Navigation Menu

Skip to content

Commit

Permalink
Merge branch 't/9509'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Dec 7, 2012
2 parents d4c048f + 6f1d7ca commit c65eab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/magicline/plugin.js
Expand Up @@ -36,7 +36,7 @@
holdDistance: 0 | triggerOffset * ( config.magicline_holdDistance || 0.5 ),
boxColor: config.magicline_color || '#ff0000',
rtl: config.contentsLangDirection == 'rtl',
triggers: config.magicline_everywhere || false ? CKEDITOR.dtd.$block : { table:1,hr:1,div:1,ul:1,ol:1,dl:1 }
triggers: config.magicline_everywhere ? CKEDITOR.dtd.$block : { table:1,hr:1,div:1,ul:1,ol:1,dl:1,form:1,blockquote:1 }
},
scrollTimeout, hideTimeout, checkMouseTimeoutPending, checkMouseTimeout, checkMouseTimer;

Expand Down

0 comments on commit c65eab0

Please sign in to comment.