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"); } });