Fix multiple pop-ups in structure delete

This commit is contained in:
chris 2012-12-21 18:34:13 +08:00
parent 507191426e
commit e1a3201830
1 changed files with 1 additions and 1 deletions

View File

@ -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<br/> <a href='"+$(this).attr('path')+"'>Go See</a>");
});