From 30e02d7466f44d0aa9122af61e8e6e3b259360f5 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Mon, 23 Dec 2013 19:56:45 +0000
Subject: [PATCH] IE8 Fix: SCRIPT1028 - Expected identifier, string or number

---
 js/redactor-osticket.js | 3 +--
 scp/js/scp.js           | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/js/redactor-osticket.js b/js/redactor-osticket.js
index baad02424..0fed815da 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 b61e62057..4297ea965 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) {
-- 
GitLab