From: Bill Erickson Date: Mon, 19 Jun 2017 21:11:40 +0000 (-0400) Subject: Remove testrunner-breaking trailing JS comma X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6b5d35c8da1a819df6ff74f17e7a3f94ff8f8219;p=working%2FEvergreen.git Remove testrunner-breaking trailing JS comma Remove unnecessary comma that causes JS tests to fail, while allowing the code to run fine in the browser. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/js/ui/default/staff/services/startup.js b/Open-ILS/web/js/ui/default/staff/services/startup.js index f268ddba0c..ea57367fd1 100644 --- a/Open-ILS/web/js/ui/default/staff/services/startup.js +++ b/Open-ILS/web/js/ui/default/staff/services/startup.js @@ -35,7 +35,7 @@ function($q, $rootScope, $location, $window, egIDL, egAuth, egEnv , egOrg set['webstaff.format.date_and_time'] || 'short'; } ); - }, + } ); // returns true if we are staying on the current page