diff options
| author | s1n <[email protected]> | 2019-09-26 16:56:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-09-26 16:56:08 -0700 |
| commit | e498dd135cac463048ebea85ae40f325d49d0b83 (patch) | |
| tree | 771430ab103597eaa558d127fe632006b981e948 | |
| parent | alert instead of window.alert (diff) | |
| download | s1n.pw-admin-e498dd135cac463048ebea85ae40f325d49d0b83.tar.xz s1n.pw-admin-e498dd135cac463048ebea85ae40f325d49d0b83.zip | |
remove alert box
| -rw-r--r-- | js/performance-stats.js | 1 |
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 |