summaryrefslogtreecommitdiff
path: root/program/js/editor.js
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-12-11 04:20:01 +0000
committersvncommit <devs@roundcube.net>2007-12-11 04:20:01 +0000
commit4315b0086b14cd5266b4cb824c3bd95aa550240c (patch)
treea9bfe0abb484200015e792faacd68c706d972f7a /program/js/editor.js
parentdeb30262a766df2886e2bad2a5612a1040b6b05d (diff)
added ability to insert attached images in HTML editor
Diffstat (limited to 'program/js/editor.js')
-rw-r--r--program/js/editor.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/js/editor.js b/program/js/editor.js
index df68cdd41..919f5d24b 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -29,8 +29,8 @@ function rcmail_editor_init(skin_path)
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',
- popups_css : skin_path + '/editor_popup.css',
- editor_css : skin_path + '/editor_ui.css'
+ editor_css : skin_path + '/editor_ui.css',
+ external_image_list_url : 'program/js/editor_images.js'
});
}