From d15b3fb2f6d2928fb9eb4e400815864d114bb990 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 3 Dec 2017 05:20:32 +0900 Subject: [PATCH] Modify id of "Test Hook" button --- .../twirl/gitbucket/core/settings/edithookform.scala.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();