Skip to content
Snippets Groups Projects
Commit 3f12bbf0 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Lightbox checkstyle. The remaining three are circular or necessary.

parent 7047282b
No related merge requests found
......@@ -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;
}
......
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