From c27c37cdf83190aff07e2316555970288015d157 Mon Sep 17 00:00:00 2001
From: Brandon Hauff <brandon.hauff@buckle.com>
Date: Mon, 14 May 2012 16:41:02 -0500
Subject: [PATCH] Fix syntax error causing issues for Internet Explorer.

---
 js/taskconsole.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/taskconsole.js b/js/taskconsole.js
index fce2069..24c9825 100644
--- a/js/taskconsole.js
+++ b/js/taskconsole.js
@@ -180,7 +180,7 @@ function ajaxMaestroComment(op, rowid, id, cid) {
           rowid : rowid,
           tracking_id : id,
           cid : cid,
-          sec_token : sec_token,
+          sec_token : sec_token
         },
         dataType : 'json',
         success : function(data) {
-- 
1.7.4.1

