From 2861ee0843819fc9703d68e20220a9d373a545cb Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 20 Mar 2022 02:26:36 +0100 Subject: [PATCH] another style fix --- InvenTree/templates/js/translated/notification.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/InvenTree/templates/js/translated/notification.js b/InvenTree/templates/js/translated/notification.js index c4f644dbe6..4da4c2e875 100644 --- a/InvenTree/templates/js/translated/notification.js +++ b/InvenTree/templates/js/translated/notification.js @@ -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 **/