From f2c6983139886fe2cac853fb09ee7691178864cd Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 30 May 2013 21:23:54 +0200 Subject: [PATCH] catch up add --- serendipity_editor.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/serendipity_editor.js b/serendipity_editor.js index fe925ec4..02b5f684 100644 --- a/serendipity_editor.js +++ b/serendipity_editor.js @@ -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') {