From 6540a15105da149b37efe9c7bd524fb6b33295fa Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 31 Jul 2018 14:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E5=8D=8F=E8=AE=AE=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=B0=8F=E6=8C=89=E9=92=AE=E5=8F=96=E6=B6=88=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp index a326377a9..e63111243 100644 --- a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp @@ -89,6 +89,7 @@ } if($(this).attr("cfgType")==3){ $(this).find("input").unbind("click"); + $(this).find("a").unbind("click"); } });