Commit a75afd4dccf4a8c66cbd25eae4e771c063cf0257

Authored by Sergio Oliveira
1 parent bee1c3e7

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,7 +36,7 @@
36 // The workaround below will run before the Gitlab event and will prevent 36 // The workaround below will run before the Gitlab event and will prevent
37 // it to work. 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 function(evt) { evt.stopPropagation(); } 40 function(evt) { evt.stopPropagation(); }
41 ); 41 );
42 42