aboutsummaryrefslogtreecommitdiffstats
path: root/install.js
diff options
context:
space:
mode:
Diffstat (limited to 'install.js')
-rw-r--r--install.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.js b/install.js
index edc4ef4..3dd03ae 100644
--- a/install.js
+++ b/install.js
@@ -8,6 +8,6 @@ var _main = `var interval = setInterval(function () {
} catch (err) {
console.error(err);
}
-}, 5000);`
+}, 5000);`;
localStorage["boot/pkg93.js"] = _main;
-eval(_main);
+eval(_main); // jshint ignore:line \ No newline at end of file