diff --git a/src/proxy/templates/proxy/gitlab.html b/src/proxy/templates/proxy/gitlab.html index 42888b6..d75353d 100644 --- a/src/proxy/templates/proxy/gitlab.html +++ b/src/proxy/templates/proxy/gitlab.html @@ -33,7 +33,7 @@ // The workaround below will run before the Gitlab event and will prevent // it to work. - $('.navbar a, .footer').not('.dropdown-toggle').on("click", + $('.navbar a, .footer').not('.dropdown-toggle, .browserid-login').on("click", function(evt) { evt.stopPropagation(); } ); -- libgit2 0.21.2