summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/NodeJSServer/src/index.js')
-rw-r--r--WebInterface/NodeJSServer/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebInterface/NodeJSServer/src/index.js b/WebInterface/NodeJSServer/src/index.js
index 3ca0e39..35ea63e 100644
--- a/WebInterface/NodeJSServer/src/index.js
+++ b/WebInterface/NodeJSServer/src/index.js
@@ -7,7 +7,7 @@ let backdrop = new Backdrop('menu', 'front-layer', 'show-menu');
backdrop.register();
let notifications = new BannerController('notifications',
- 'banner-info', 'dismiss-banner');
+ 'banner-info', 'dismiss-banner', 'notification-amount');
notifications.register();
let client = new ServerClient('http://89.183.8.51:5000/chatHub', 'server-list', true);