mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	another style fix
This commit is contained in:
		| @@ -1,5 +1,13 @@ | ||||
| {% load i18n %} | ||||
| {% load inventree_extras %} | ||||
|  | ||||
| /* exported | ||||
|     showAlertOrCache, | ||||
|     showCachedAlerts, | ||||
|     startNotificationWatcher, | ||||
|     stopNotificationWatcher, | ||||
|     openNotificationPanel, | ||||
|     closeNotificationPanel, | ||||
| */ | ||||
|  | ||||
| /* | ||||
|  * Add a cached alert message to sesion storage | ||||
| @@ -123,7 +131,7 @@ function showMessage(message, options={}) { | ||||
|     }); | ||||
| } | ||||
|  | ||||
| var notificationWatcher = null;  // reference for the notificationWatcher | ||||
| var notificationWatcher = null; // reference for the notificationWatcher | ||||
| /** | ||||
|  * start the regular notification checks | ||||
|  **/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user