From 7602f1672713df88d292ba28093d4ce516d4aeee Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 18 Feb 2017 17:40:07 +0900 Subject: :v: --- src/web/app/desktop/scripts/notify.ls | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/web/app/desktop/scripts/notify.ls (limited to 'src/web/app/desktop/scripts/notify.ls') diff --git a/src/web/app/desktop/scripts/notify.ls b/src/web/app/desktop/scripts/notify.ls deleted file mode 100644 index 919bbc3dcf..0000000000 --- a/src/web/app/desktop/scripts/notify.ls +++ /dev/null @@ -1,6 +0,0 @@ -riot = require \riot - -module.exports = (message) ~> - notification = document.body.append-child document.create-element \mk-ui-notification - riot.mount notification, do - message: message -- cgit v1.2.3-freya