mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
clean up
This commit is contained in:
parent
f75382d635
commit
9393f863e2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user