From c980451725e231161839071b8ff34dd4d2de87b8 Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 31 May 2013 11:57:01 +0200 Subject: [PATCH] Update serendipity_editor.js.tpl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hey, never assume something is “obvious” --- templates/2k11/admin/serendipity_editor.js.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/2k11/admin/serendipity_editor.js.tpl b/templates/2k11/admin/serendipity_editor.js.tpl index 6a79a681..2ccda99b 100644 --- a/templates/2k11/admin/serendipity_editor.js.tpl +++ b/templates/2k11/admin/serendipity_editor.js.tpl @@ -204,7 +204,7 @@ function AddKeyword(keyword) { s = document.getElementById('keyword_input').value; document.getElementById('keyword_input').value = (s != '' ? s + ';' : '') + keyword; } -{* +{* Ian: Onli, please double check this with the fixed and replaced origin functions below *} // "Transfer" value from media db popup to textarea, including wysiwyg // This gets textarea="body"/"extended" and tries to insert into the textarea named serendipity[body]/serendipity[extended] function serendipity_imageSelector_addToBody (str, textarea) {