From e1a320183032abce6d26fb2cb3de8a83b1c4713d Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 21 Dec 2012 18:34:13 +0800 Subject: [PATCH] Fix multiple pop-ups in structure delete --- public/static/kernel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/kernel.js b/public/static/kernel.js index 38cffeef..bf23d7b6 100644 --- a/public/static/kernel.js +++ b/public/static/kernel.js @@ -12,7 +12,7 @@ $(document).ready(function() { }); function ajax_load_proc(wapper,url){ - wapper.load(encodeURI(url),function(respText,textSta,XML){ + wapper.load(encodeURI(url), {}, function(respText,textSta,XML){ if(textSta == 'error') wapper.html("Loading Failed
Go See"); });