diff --git a/src/proxy/templates/proxy/gitlab.html b/src/proxy/templates/proxy/gitlab.html index 04258c4..ab26688 100644 --- a/src/proxy/templates/proxy/gitlab.html +++ b/src/proxy/templates/proxy/gitlab.html @@ -36,7 +36,7 @@ // The workaround below will run before the Gitlab event and will prevent // it to work. - $('.navbar a', 'footer').not('.dropdown-toggle').on("click", + $('.navbar a, .footer').not('.dropdown-toggle').on("click", function(evt) { evt.stopPropagation(); } ); -- libgit2 0.21.2