summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authors1n <[email protected]>2019-09-26 16:56:08 -0700
committers1n <[email protected]>2019-09-26 16:56:08 -0700
commite498dd135cac463048ebea85ae40f325d49d0b83 (patch)
tree771430ab103597eaa558d127fe632006b981e948 /js
parentalert instead of window.alert (diff)
downloads1n.pw-admin-e498dd135cac463048ebea85ae40f325d49d0b83.tar.xz
s1n.pw-admin-e498dd135cac463048ebea85ae40f325d49d0b83.zip
remove alert box
Diffstat (limited to 'js')
-rw-r--r--js/performance-stats.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/performance-stats.js b/js/performance-stats.js
index ba45de2..f9762d8 100644
--- a/js/performance-stats.js
+++ b/js/performance-stats.js
@@ -21,7 +21,6 @@ setInterval(function () {
context.fill();
// DO NOT ENABLE THIS LMAO
// document.write("Text to display.");
- alert("This is not permanent, just a testing page.");
}
stats.end();
}, 1000 / 60); \ No newline at end of file