[FIX] website: Add pictogram

When adding a pictogram to a page, the save button didn't automatically close the opened dialog.

opw:642944
This commit is contained in:
Goffin Simon 2015-06-26 17:04:58 +02:00
parent 56d832dbc5
commit 7863e04f42
1 changed files with 1 additions and 1 deletions

View File

@ -1727,7 +1727,7 @@
var final_classes = non_fa_classes.concat(this.get_fa_classes());
this.media.$.className = final_classes.join(' ');
this.media.renameNode("span");
this.media.$.attributes.style.textContent = style;
$(this.media.$).attr("style", style || null);
this._super();
},
/**