diff --git a/src/pages/index.html b/src/pages/index.html index 8d4d91c..001eeb5 100755 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -77,6 +77,10 @@

E621 Downloader

total: Number(v.max) }; } + /** + * @param {string} text + * @param {string} type + */ function createLogEntry(text, type) { console.debug(text); text = text.replace(/\n/g, "
"); @@ -86,11 +90,6 @@

E621 Downloader

document.querySelector("div#debug").scrollTop = document.querySelector( "div#debug" ).scrollHeight; - /*const tooLong = checkLogSize(); - if(tooLong) { - const e = Array.from(document.querySelectorAll("div#debug debug-entry")); - e[0].parentNode.removeChild(e[0]); - }*/ } let timer, lastAutocomplete; const tv = document.querySelector("input[name=tags]");