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);