mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Provide function callback when file is dropped
- https://stackoverflow.com/questions/6756583/prevent-browser-from-loading-a-drag-and-dropped-file -
This commit is contained in:
		| @@ -88,17 +88,6 @@ $(document).ready(function () { | ||||
|      * Ref: static/script/inventree/notification.js | ||||
|      */ | ||||
|     showCachedAlerts(); | ||||
|  | ||||
|     $('#launch-about').click(function() { | ||||
|         var modal = $('#modal-about'); | ||||
|  | ||||
|         modal.modal({ | ||||
|             backdrop: 'static', | ||||
|             keyboard: 'false', | ||||
|         }); | ||||
|  | ||||
|         modal.modal('show'); | ||||
|     }); | ||||
| }); | ||||
| </script> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user