Fix multiple pop-ups in structure delete
This commit is contained in:
		
							parent
							
								
									507191426e
								
							
						
					
					
						commit
						e1a3201830
					
				| 
						 | 
				
			
			@ -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>");
 | 
			
		||||
	});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue