summaryrefslogtreecommitdiff
path: root/js/performance-stats.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/performance-stats.js')
-rw-r--r--js/performance-stats.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/performance-stats.js b/js/performance-stats.js
index cf88077..ba45de2 100644
--- a/js/performance-stats.js
+++ b/js/performance-stats.js
@@ -21,7 +21,7 @@ setInterval(function () {
context.fill();
// DO NOT ENABLE THIS LMAO
// document.write("Text to display.");
- window.alert("This is not permanent, just a testing page.");
+ alert("This is not permanent, just a testing page.");
}
stats.end();
}, 1000 / 60); \ No newline at end of file