summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/index.js
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-10-01 15:15:01 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-10-01 15:15:01 +0200
commit77ab26824754f4338553816d5803974554b1e45a (patch)
tree5a50518bc7cacbb579ae54e9e238e039eb6d19a9 /WebInterface/NodeJSServer/src/index.js
parent237e4d43229847bb69aadcfa6e6aca517128913b (diff)
Added notifications badges to notifications
Shows the current amount of notifications
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);