[open-ils-commits] [GIT] Evergreen ILS branch master updated. f91286ead8f0ad15343747192211af7bd84ee075
Evergreen Git
git at git.evergreen-ils.org
Mon Jun 19 17:19:43 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via f91286ead8f0ad15343747192211af7bd84ee075 (commit)
from 8054e9ebbd317fe0262a5d9fd37e789bfd46cbcb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f91286ead8f0ad15343747192211af7bd84ee075
Author: Bill Erickson <berickxx at gmail.com>
Date: Mon Jun 19 17:11:40 2017 -0400
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 <berickxx at gmail.com>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
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 f268ddb..ea57367 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
-----------------------------------------------------------------------
Summary of changes:
.../web/js/ui/default/staff/services/startup.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list