Fix CSS issues (empty stylehseets) and bug with inserting images
This commit is contained in:
@ -260,6 +260,7 @@ function noWysiwygAdd( str, textarea )
|
||||
eltarget = document.forms[0].elements[0];
|
||||
}
|
||||
|
||||
wrapSelection(eltarget, str, '');
|
||||
eltarget.focus();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user