Commit 7b603be6630a55e8ab654906b8eda2d18c0af565

Authored by Charles Oliveira
1 parent d5c1f5d7

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 33 // The workaround below will run before the Gitlab event and will prevent
34 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 37 function(evt) { evt.stopPropagation(); }
38 38 );
39 39  
... ...