aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1024x22018-06-03 12:02:10 +0100
committerGitHub2018-06-03 12:02:10 +0100
commitc93f073d1da3b08ebc45effdabc91c965a78c5e0 (patch)
treea12802ade810eee794fd562b84432fc52e4d3670
parentb69e0d68985c4527ea7d89ab538860156cefaff8 (diff)
remove $notif
-rw-r--r--install.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.js b/install.js
index e191af9..d1e7780 100644
--- a/install.js
+++ b/install.js
@@ -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);