aboutsummaryrefslogtreecommitdiffstats
path: root/install.js
diff options
context:
space:
mode:
Diffstat (limited to 'install.js')
-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);