Skip to content
Snippets Groups Projects
Commit 90c849cb authored by Chris Hallberg's avatar Chris Hallberg Committed by André Lahmann
Browse files

Lightbox checkstyle. The remaining three are circular or necessary.

parent eace4a7b
No related merge requests found
...@@ -104,7 +104,9 @@ VuFind.lightbox = (function() { ...@@ -104,7 +104,9 @@ VuFind.lightbox = (function() {
var _xhr = false; var _xhr = false;
// Public: Handle AJAX in the Lightbox // Public: Handle AJAX in the Lightbox
var ajax = function(obj) { var ajax = function(obj) {
if (_xhr !== false) return; if (_xhr !== false) {
return;
}
if (_originalUrl === false) { if (_originalUrl === false) {
_originalUrl = obj.url; _originalUrl = obj.url;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment