From 01dacab37d5496b18ade7e0b6bbbecbcc1cc101f Mon Sep 17 00:00:00 2001 From: duandongmei Date: Tue, 22 May 2018 16:02:29 +0800 Subject: [PATCH] =?UTF-8?q?showmore=E5=8A=9F=E8=83=BD=E5=A2=9E=E5=8A=A0des?= =?UTF-8?q?tip=E5=92=8Cport=E7=9A=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 743dabe56..59e7773d1 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -121,6 +121,10 @@ var more=function(obj){ $(obj).data("click-times",clickTimes+1); } if(clickTimes==1){ + $(".destIpPort").removeClass("hidden").removeClass("disabled"); + $(obj).data("click-times",clickTimes+1); + } + if(clickTimes==2){ $(".protocol").removeClass("hidden").removeClass("disabled"); $(obj).data("click-times",clickTimes+1); }