From d4acf33b5d41fcf903d4c6cbfb60080f747d62aa Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Tue, 14 Jun 2016 14:59:20 -0400 Subject: [PATCH] Checkstyles. --- themes/bootstrap3/js/lightbox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/bootstrap3/js/lightbox.js b/themes/bootstrap3/js/lightbox.js index f39030f98e7..2430797920d 100644 --- a/themes/bootstrap3/js/lightbox.js +++ b/themes/bootstrap3/js/lightbox.js @@ -219,7 +219,7 @@ VuFind.register('lightbox', function Lightbox() { VuFind.modal('show'); return false; } - } + }; /** * Handle form submission. @@ -284,7 +284,7 @@ VuFind.register('lightbox', function Lightbox() { VuFind.modal('show'); return false; - } + }; // Public: Attach listeners to the page function bind(el) { -- GitLab