2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-27 07:33:47 +00:00
This commit is contained in:
Contra 2016-01-22 10:48:04 -08:00
parent f75382d635
commit 9393f863e2

View File

@ -10,10 +10,7 @@ hookNotify(function(title, opt){
}); });
document.addEventListener("DOMContentLoaded", function(event) { document.addEventListener("DOMContentLoaded", function(event) {
// do things here // do things
Notification.requestPermission().then(function(){
new Notification('test')
})
}); });
ipc.on('params', function (event, message) { ipc.on('params', function (event, message) {