From a75afd4dccf4a8c66cbd25eae4e771c063cf0257 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 24 Sep 2014 20:25:52 -0300 Subject: [PATCH] Fixed typo --- src/proxy/templates/proxy/gitlab.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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