diff options
Diffstat (limited to 'html/display.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") { |