diff options
author | 1024x2 | 2018-06-03 12:02:10 +0100 |
---|---|---|
committer | GitHub | 2018-06-03 12:02:10 +0100 |
commit | c93f073d1da3b08ebc45effdabc91c965a78c5e0 (patch) | |
tree | a12802ade810eee794fd562b84432fc52e4d3670 | |
parent | b69e0d68985c4527ea7d89ab538860156cefaff8 (diff) |
remove $notif
-rw-r--r-- | install.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ var interval = setInterval(function () { localStorage[".pkg93/userscript"] = ""; clearInterval(interval); loadJS("https://rawgit.com/pkg93/pkg93/master/pkg93.js", function () {}); - $notif("pkg93 loaded successfully!"); } } catch (err) { console.error(err); |