From c5316191777672c02adc56f998538a9a8d3c1b01 Mon Sep 17 00:00:00 2001 From: leijun Date: Fri, 31 Aug 2018 16:31:50 +0800 Subject: [PATCH] =?UTF-8?q?xmpp=20ip=E5=9C=B0=E5=9D=80=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/other/xmppForm.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/WEB-INF/views/cfg/other/xmppForm.jsp b/src/main/webapp/WEB-INF/views/cfg/other/xmppForm.jsp index 548f97c89..a80eec60f 100644 --- a/src/main/webapp/WEB-INF/views/cfg/other/xmppForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/other/xmppForm.jsp @@ -13,6 +13,8 @@ $(document) .ready( function() { + $(".glyphicon-plus").first().click(); + $(".boxSolid .glyphicon-remove").first().addClass("hidden"); $(".action").on("change", function() { $("#serviceId").val($(this).attr("serviceId")); $("#protocolId").val($(this).attr("protocolId"));