remove unnecessary line

pull/90/head
Aevann 2023-01-22 01:31:44 +02:00
parent 266aee186c
commit 5cf50050c3
1 changed files with 0 additions and 4 deletions

View File

@ -309,7 +309,3 @@ document.onpaste = function(event) {
document.getElementById('filename').textContent = filename;
}
}
window.addEventListener('load', function () {
box.scrollTo(0, box.scrollHeight)
});