Commit 3afe5463307ed03d426fa150cbf977681b1b01db

Authored by Sergio Oliveira
Committed by Charles Oliveira
1 parent 68df9bd6

Fixed typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/proxy/templates/proxy/gitlab.html
... ... @@ -36,7 +36,7 @@
36 36 // The workaround below will run before the Gitlab event and will prevent
37 37 // it to work.
38 38  
39   - $('.navbar a', 'footer').not('.dropdown-toggle').on("click",
  39 + $('.navbar a, .footer').not('.dropdown-toggle').on("click",
40 40 function(evt) { evt.stopPropagation(); }
41 41 );
42 42  
... ...