summaryrefslogtreecommitdiff
path: root/program/js/editor.js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-07-24 07:02:17 +0000
committeralecpl <alec@alec.pl>2008-07-24 07:02:17 +0000
commit94e38bbc1e497192c0b4e7345b2ceb307473dfff (patch)
treeedd8eb5090ba99d0ef77d87617871fdf714068fc /program/js/editor.js
parentd368a68ed701646825d3398969e77a684f73b1bd (diff)
#1485227: fixed image list in image popup
Diffstat (limited to 'program/js/editor.js')
-rw-r--r--program/js/editor.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/program/js/editor.js b/program/js/editor.js
index 7b22c9e8e..6fdbadccd 100644
--- a/program/js/editor.js
+++ b/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
});
}