From e16836636624b9e0fac96fab586a27fdc75231fa Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 24 Jul 2008 07:02:17 +0000 Subject: #1485227: fixed image list in image popup git-svn-id: https://svn.roundcube.net/trunk@1609 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roundcubemail/program/js/editor.js') diff --git a/roundcubemail/program/js/editor.js b/roundcubemail/program/js/editor.js index 7b22c9e8e..6fdbadccd 100644 --- a/roundcubemail/program/js/editor.js +++ b/roundcubemail/program/js/editor.js @@ -31,7 +31,8 @@ function rcmail_editor_init(skin_path, editor_lang) theme_advanced_toolbar_align : "left", extended_valid_elements : "font[face|size|color|style],span[id|class|align|style]", content_css : skin_path + "/editor_content.css", - external_image_list_url : "editor_images.js" + external_image_list_url : "program/js/editor_images.js", + rc_client: rcube_webmail_client }); } -- cgit v1.2.3