The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Reset Lightbox URL to original url after logging in was successful.

parent 991a70a6
No related merge requests found
......@@ -170,6 +170,7 @@ VuFind.register('lightbox', function() {
} else {
VuFind.lightbox.refreshOnClose = true;
}
_currentUrl = _originalUrl; // Now that we're logged in, where were we?
}
_update(html);
})
......
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