Commit 7b603be6630a55e8ab654906b8eda2d18c0af565
1 parent
d5c1f5d7
Exists in
master
and in
39 other branches
Fixed login button while in gitlab pages
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/proxy/templates/proxy/gitlab.html
@@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
33 | // The workaround below will run before the Gitlab event and will prevent | 33 | // The workaround below will run before the Gitlab event and will prevent |
34 | // it to work. | 34 | // it to work. |
35 | 35 | ||
36 | - $('.navbar a, .footer').not('.dropdown-toggle').on("click", | 36 | + $('.navbar a, .footer').not('.dropdown-toggle, .browserid-login').on("click", |
37 | function(evt) { evt.stopPropagation(); } | 37 | function(evt) { evt.stopPropagation(); } |
38 | ); | 38 | ); |
39 | 39 |