From 9393f863e2a143c4bd49a4455dc695422b697ff3 Mon Sep 17 00:00:00 2001 From: Contra Date: Fri, 22 Jan 2016 10:48:04 -0800 Subject: [PATCH] clean up --- app/src/preload.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/src/preload.js b/app/src/preload.js index 9da4371..d5a1953 100644 --- a/app/src/preload.js +++ b/app/src/preload.js @@ -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) {