From 581df10228cb757eaac95fc98660a3f81cf60331 Mon Sep 17 00:00:00 2001 From: Leafus Date: Mon, 27 Jan 2025 06:10:09 +0100 Subject: [PATCH] remove uhhhhh --- static/js/rot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/rot.js b/static/js/rot.js index 0d487ba9..0757578b 100644 --- a/static/js/rot.js +++ b/static/js/rot.js @@ -14,7 +14,7 @@ } // MIT Licensed - // Author: jwilson8767 [modified by @leafus@puppyspace.rog] + // Author: jwilson8767 function waitUntil(selector) { return new Promise((resolve, reject) => { const el = document.querySelector(selector);