diff --git a/themes/bootstrap3/js/lightbox.js b/themes/bootstrap3/js/lightbox.js index d77e9350184f71e887025851954e9866b8ce364e..9c793894ba6e886dc97430112d9e578111c56156 100644 --- a/themes/bootstrap3/js/lightbox.js +++ b/themes/bootstrap3/js/lightbox.js @@ -104,7 +104,9 @@ VuFind.lightbox = (function() { var _xhr = false; // Public: Handle AJAX in the Lightbox var ajax = function(obj) { - if (_xhr !== false) return; + if (_xhr !== false) { + return; + } if (_originalUrl === false) { _originalUrl = obj.url; }