mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Missing comma propagating to translated JS files
This commit is contained in:
		| @@ -94,7 +94,7 @@ function inventreeDocReady() { | ||||
|                     {% if request.user %} | ||||
|                     limit: {% settings_value 'SEARCH_PREVIEW_RESULTS' user=request.user %}, | ||||
|                     {% else %} | ||||
|                     limit: 25 | ||||
|                     limit: 25, | ||||
|                     {% endif %} | ||||
|                     offset: 0 | ||||
|                 }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user