diff --git a/js/redactor-osticket.js b/js/redactor-osticket.js index baad02424fa5373f86a32a4c47bf8cc1f37a7844..0fed815da1831b9425a22d6f2702766e1ca81362 100644 --- a/js/redactor-osticket.js +++ b/js/redactor-osticket.js @@ -116,8 +116,7 @@ RedactorPlugins.draft = { self.opts.autosave = self.opts.original_autosave; } }); - }, - + } }; /* Redactor richtext init */ diff --git a/scp/js/scp.js b/scp/js/scp.js index b61e62057084e164bf1aac9e146f13f292ba9b3b..4297ea965b6cf2704cfe14853b0336ec417e4fb3 100644 --- a/scp/js/scp.js +++ b/scp/js/scp.js @@ -293,7 +293,7 @@ $(document).ready(function(){ showButtonPanel: true, buttonImage: './images/cal.png', showOn:'both', - dateFormat: $.translate_format(c.date_format||'m/d/Y'), + dateFormat: $.translate_format(c.date_format||'m/d/Y') }); $(document).on('submit', 'form', function() { $('.dp', $(this)).each(function(i, e) {