diff --git a/js/redactor-osticket.js b/js/redactor-osticket.js index 0fd53146f7e986b754f48e565476dffcf0dbbe18..486cadd7281d2467a437dbb3af9b6cde0ab3b1a1 100644 --- a/js/redactor-osticket.js +++ b/js/redactor-osticket.js @@ -134,7 +134,9 @@ $(function() { 'focus': false, 'plugins': ['fontcolor','fontfamily'], 'imageGetJson': 'ajax.php/draft/images/browse', - 'syncBeforeCallback': captureImageSizes + 'syncBeforeCallback': captureImageSizes, + 'linebreaks': true, + 'tabFocus': false }; if (el.data('redactor')) return; if (el.hasClass('draft')) {