summaryrefslogtreecommitdiff
path: root/src/web/app/desktop/scripts/notify.ls
blob: 919bbc3dcfc67e7f82be704fc3a7c8428f50f8bc (plain)
1
2
3
4
5
6
riot = require \riot

module.exports = (message) ~>
	notification = document.body.append-child document.create-element \mk-ui-notification
	riot.mount notification, do
		message: message