Commit 97029a9329e2a2edc77fb0cbbde2772e0a4bf383
1 parent
fd347bfb
Exists in
master
and in
39 other branches
Fixed typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/proxy/gitlab/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 |