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 f17a0273 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Remove bug that caused Lightbox to refresh that page if opened and closed twice.

parent b9184813
No related merge requests found
......@@ -131,7 +131,6 @@ var Lightbox = {
} else {
Lightbox.shown = false;
Lightbox.openingURL = false;
Lightbox.refreshOnClose = true;
// Clean out stack
while(Lightbox.closeStack.length > 0) {
var f = Lightbox.closeStack.pop();
......
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