some cleanup

This commit is contained in:
2021-11-18 09:41:43 -05:00
parent 0f18cf7cd1
commit 9153a23a35
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import RFB from "https://cdn.skypack.dev/pin/@novnc/novnc@v1.3.0-RRNSIy674lWHJVNg8Apd/mode=imports,min/unoptimized/core/rfb.js";
// DOS-style box for text
const cmd = document.getElementById("status");
const cmd = document.getElementById("cmd-text");
// random tile wallpaper
document.body.style.backgroundImage = "url('tiles/tile_" + Math.floor(20 * Math.random()) + ".jpg')";