catch up add
This commit is contained in:
parent
4efc4c0ac1
commit
f2c6983139
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user