diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp index 09daa3d30..d323a7da6 100644 --- a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp @@ -42,7 +42,7 @@ $(".httpReqCfg").removeClass("hidden").removeClass( "disabled"); } - $("li").on("click", function() { + $(".configType").on("click", function() { var region = ($(this).find("a").attr("for")); if(region=="httpReqCfg"){ $(".httpResCfg").addClass("hidden").addClass("disabled"); @@ -143,6 +143,17 @@
+ <%--

+ + + + + + + + + +

--%>
@@ -180,11 +191,11 @@