Commit 5c656a6110fafdde8369828d0d193e1a13e31bd0
1 parent
7454454e
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 |