From 858c1357155be667aa2f529d687fa61ca601d35d Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Sat, 29 Sep 2018 09:58:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebRoot/page/show/showNodeRoom.jsp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/WebRoot/page/show/showNodeRoom.jsp b/WebRoot/page/show/showNodeRoom.jsp index cdcf94e..9715443 100644 --- a/WebRoot/page/show/showNodeRoom.jsp +++ b/WebRoot/page/show/showNodeRoom.jsp @@ -223,15 +223,9 @@ body { success:function (data,textStatus){ if(textStatus == "success" && (data!= null && data!= "" )){ $("#nodeBoxs").html(""); - // var t =$("#nodeBox").dialog("options").title; + var t =$("#nodeBox").dialog("options").title; /* $("#nodeBox").dialog("setTitle", params[1]); - $("#nodeBox").dialog("open"); */ - window.top.layer.open({ - title:params[1], - type:1, - content:$("#nodeBox"), - shade:0.3 - }); + $("#nodeBox").dialog("open"); var length = $(data).length; var raphaelBox = Raphael("nodeBoxs",boxWidth,boxHeight);