From 28bb54ead885a5475c6db0b1b522082488f63ecc Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 28 May 2014 15:57:04 +0200 Subject: Enable autolink plugin in TinyMCE (#1488845) --- program/js/editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program/js/editor.js') diff --git a/program/js/editor.js b/program/js/editor.js index deef8c8d1..280eb2ae1 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -50,14 +50,14 @@ function rcmail_editor_init(config) if (config.mode == 'identity') $.extend(conf, { - plugins: ['charmap code hr link paste tabfocus textcolor'], + plugins: ['autolink charmap code hr link paste tabfocus textcolor'], toolbar: 'bold italic underline alignleft aligncenter alignright alignjustify' + ' | outdent indent charmap hr link unlink code forecolor' + ' | fontselect fontsizeselect' }); else { // mail compose $.extend(conf, { - plugins: ['charmap code directionality emoticons link image media nonbreaking' + plugins: ['autolink charmap code directionality emoticons link image media nonbreaking' + ' paste table tabfocus textcolor searchreplace' + (config.spellcheck ? ' spellchecker' : '')], toolbar: 'bold italic underline | alignleft aligncenter alignright alignjustify' + ' | bullist numlist outdent indent ltr rtl blockquote | forecolor backcolor | fontselect fontsizeselect' -- cgit v1.2.3