From 9f0b255f32dfa81bffe75f89335a78a659b4ce6a Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Tue, 27 Nov 2018 12:16:33 +0100 Subject: Reworked the code, but currently unable to test, so bugs are bound to be in there Will test it sometime later. There also might still be stuff, that has yet to be reworked. --- WebInterface/NodeJSServer/src/play.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 WebInterface/NodeJSServer/src/play.js (limited to 'WebInterface/NodeJSServer/src/play.js') diff --git a/WebInterface/NodeJSServer/src/play.js b/WebInterface/NodeJSServer/src/play.js deleted file mode 100644 index 1e13355..0000000 --- a/WebInterface/NodeJSServer/src/play.js +++ /dev/null @@ -1,11 +0,0 @@ -import Backdrop from './modules/ui/backdrop.js'; -import BannerController from './modules/ui/notification-banner.js'; - -// TODO: Implement login from the play page - -let backdrop = new Backdrop('menu', 'front-layer', 'show-menu'); -backdrop.register(); - -let notifications = new BannerController('notifications', - 'banner-info', 'dismiss-banner', 'notification-amount'); -notifications.register(); -- cgit v1.2.3-54-g00ecf