mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	JS linting
This commit is contained in:
		| @@ -39,7 +39,7 @@ function downloadTableData(table, opts={}) { | ||||
|     var url = table_options.url; | ||||
|  | ||||
|     if (!url) { | ||||
|         console.log("Error: downloadTableData could not find 'url' parameter"); | ||||
|         console.log('Error: downloadTableData could not find "url" parameter.'); | ||||
|     } | ||||
|  | ||||
|     var query_params = table_options.query_params || {}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user