From 642525a94a3b466e922c48e56609517b3d0a139d Mon Sep 17 00:00:00 2001 From: Andy Rockwell Date: Tue, 14 May 2013 14:22:51 -0400 Subject: [PATCH] MORT-986 - Edited llc_web_us.resource > app.js to remove the trailing , on line 83 so that IE8 will work. To be reviewed. --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 10b7064..35d9e43 100644 --- a/app.js +++ b/app.js @@ -80,7 +80,7 @@ } return false; - }, + } }); $j('#go').click(function(e) { @@ -240,4 +240,4 @@ client.query(query, queryCallback, errorCallback); } - \ No newline at end of file +