catch up add

This commit is contained in:
Ian 2013-05-30 21:23:54 +02:00
parent 4efc4c0ac1
commit f2c6983139

View File

@ -237,9 +237,8 @@ function serendipity_imageSelector_addToBody (str, textarea)
noWysiwygAdd(str, textarea);
}
} else if(typeof(HTMLArea) != 'undefined') {
// if here the blog uses HTMLArea editor
oEditor;
// if here the blog uses HTMLArea editor
if (textarea == 'body' && typeof(editorbody) != 'undefined') {
oEditor = editorbody;
} else if (textarea == 'extended' && typeof(editorextended) != 'undefined') {