2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-20 12:22:21 +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) {
// do things here
Notification.requestPermission().then(function(){
new Notification('test')
})
// do things
});
ipc.on('params', function (event, message) {