Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 8232e14

Browse files
authored
Missing return in file size check
1 parent 6530920 commit 8232e14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
setTimeout(() => {
127127
window.location.reload();
128128
}, 3000);
129+
return;
129130
}
130131
document.querySelector("body > div > div > p").innerHTML = this.files[0].name;
131132
if(this.files[0].name.endsWith(".pcv")){

0 commit comments

Comments
 (0)