diff options
author | amy <[email protected]> | 2023-02-27 20:47:08 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-02-27 20:47:08 +0000 |
commit | 7abe9c7a3528782316b34328c8799c8e8f1933bb (patch) | |
tree | c7f8d6696f057bbbdeb36ca70b5b23365c5dc5f1 /html | |
parent | 776a2c75360b1a376b2c22bcadce606030d8c75f (diff) |
woah i did stuff
Diffstat (limited to 'html')
-rw-r--r-- | html/display.html | 2 |
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") { |