Commit 3afe5463307ed03d426fa150cbf977681b1b01db
Committed by
Charles Oliveira
1 parent
68df9bd6
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/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 |