Fixing the issue regarding the dropdown fonts-family and size

This commit is contained in:
Gustavo Cruz
2013-01-08 10:41:01 -04:00
parent 32fd17e9ae
commit 2c6735f947
5 changed files with 5 additions and 1 deletions

View File

@@ -101,6 +101,6 @@ function updateEditorContent(serializedHTML){
* @param serializedHTML String the html code to be added.
*/
function insertFormVar(fieldName,serializedHTML){
tinyMCEPopup.execCommand('mceInsertContent', false, serializedHTML);
tinyMCEPopup.execCommand('mceInsertContent', false, serializedHTML);
closePluginPopup();
}