Remove the AjaxUpload element when jot modal is closed
This commit is contained in:
		
					parent
					
						
							
								c8a427804e
							
						
					
				
			
			
				commit
				
					
						8bbf43b9dd
					
				
			
		
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -8,9 +8,11 @@ $(document).ready(function(){ | |||
| 		$(this).removeData('bs.modal'); | ||||
| 		$("#modal-title").empty(); | ||||
| 		$('#modal-body').empty(); | ||||
| 		// remove the file browser from jot (else we would have problems
 | ||||
| 		// with ajaxupload
 | ||||
| 		// Remove the file browser from jot (else we would have problems
 | ||||
| 		// with AjaxUpload
 | ||||
| 		$(".fbrowser").remove(); | ||||
| 		// Remove the AjaxUpload element
 | ||||
| 		$("[name=userfile]").parent().remove(); | ||||
| 	}); | ||||
| 
 | ||||
| 	// Clear bs modal on close
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 rabuzarus
				rabuzarus