Aleksander Machniak
2014-05-28 28bb54ead885a5475c6db0b1b522082488f63ecc
Enable autolink plugin in TinyMCE (#1488845)
1 files modified
4 ■■■■ changed files
program/js/editor.js 4 ●●●● patch | view | raw | blame | history
program/js/editor.js
@@ -50,14 +50,14 @@
  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'