diff --git a/src/main/twirl/gitbucket/core/settings/edithookform.scala.html b/src/main/twirl/gitbucket/core/settings/edithookform.scala.html index 8609fa515..37e4beb6e 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 @@ $(function(){ e.preventDefault(); $(this).tab('show'); }); - $('#test').click(function(e){ + $('#test-hook').click(function(e){ e.stopPropagation(); e.stopImmediatePropagation(); e.preventDefault();