aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authoramy <[email protected]>2023-02-27 20:47:08 +0000
committeramy <[email protected]>2023-02-27 20:47:08 +0000
commit003893771641ca175a5453c3c1a81de83f0decc5 (patch)
tree7c8dd0f70cc7ec0df6f63d9b2685975e7a502762 /html
parent2d8ae90132169d228c805b801ad340e91d1a428a (diff)
woah i did stuff
Diffstat (limited to 'html')
-rw-r--r--html/display.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/display.html b/html/display.html
index bab394e..0c80aa8 100644
--- a/html/display.html
+++ b/html/display.html
@@ -208,7 +208,7 @@
a += "<div id='" + uid + "-resize-es' class='resize-es'></div>"
}
a += "</div>"
- console.log(a)
+ //console.log(a)
//document.getElementById("root").append(a)
appendHtml(document.getElementById("root"),a)
if (options.scroll != false && options.scroll != "false") {