From 7b603be6630a55e8ab654906b8eda2d18c0af565 Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Thu, 25 Sep 2014 10:25:12 -0300 Subject: [PATCH] Fixed login button while in gitlab pages --- src/proxy/templates/proxy/gitlab.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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