Commit c8c58d639121690647831f2e63a348bc292ae394

Authored by Charles Oliveira
1 parent e826e410

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