Skip to content

Commit

Permalink
#93 fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbezruchkin committed Jan 25, 2016
1 parent 0da5a80 commit fa3fc4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/ckeditor/config.js
Expand Up @@ -64,6 +64,7 @@ CKEDITOR.editorConfig = function(config)
{
config.toolbar = 'dashboard';
config.extraPlugins += ',codemirror';
config.protectedSource.push(/<ins[\s|\S]+?<\/ins>/g); // Protects <INS> tags

if (typeof intelli.config['elfinder_ckeditor_integration'] !== 'undefined' && 1 == intelli.config.elfinder_ckeditor_integration)
{
Expand Down

0 comments on commit fa3fc4b

Please sign in to comment.