Commit 8cf0d307c090b5739efca902c2a49624207d718b

Authored by Charles Oliveira
Committed by Sergio Oliveira
1 parent 04363df8

Fixed login button while in gitlab pages

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/proxy/gitlab/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