This commit is contained in:
Contra 2016-01-22 10:48:04 -08:00
parent f75382d635
commit 9393f863e2
1 changed files with 1 additions and 4 deletions

View File

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