diff options
Diffstat (limited to 'src/web/app/desktop/scripts/notify.js')
| -rw-r--r-- | src/web/app/desktop/scripts/notify.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/web/app/desktop/scripts/notify.js b/src/web/app/desktop/scripts/notify.js deleted file mode 100644 index e58a8e4d36..0000000000 --- a/src/web/app/desktop/scripts/notify.js +++ /dev/null @@ -1,8 +0,0 @@ -import * as riot from 'riot'; - -export default message => { - const notification = document.body.appendChild(document.createElement('mk-ui-notification')); - riot.mount(notification, { - message: message - }); -}; |