1
0

Fix CSS issues (empty stylehseets) and bug with inserting images

This commit is contained in:
Garvin Hicking
2007-11-22 10:07:00 +00:00
parent 40f775bc32
commit c30b9619ec
2 changed files with 4 additions and 3 deletions

@ -260,6 +260,7 @@ function noWysiwygAdd( str, textarea )
eltarget = document.forms[0].elements[0];
}
wrapSelection(eltarget, str, '');
eltarget.focus();
}