diff --git a/src/main/twirl/gitbucket/core/settings/edithookform.scala.html b/src/main/twirl/gitbucket/core/settings/edithookform.scala.html index 8609fa5..37e4beb 100644 --- a/src/main/twirl/gitbucket/core/settings/edithookform.scala.html +++ b/src/main/twirl/gitbucket/core/settings/edithookform.scala.html @@ -26,7 +26,7 @@ } - +
@@ -131,7 +131,7 @@ e.preventDefault(); $(this).tab('show'); }); - $('#test').click(function(e){ + $('#test-hook').click(function(e){ e.stopPropagation(); e.stopImmediatePropagation(); e.preventDefault();