Skip to content

Commit

Permalink
something's wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 11, 2024
1 parent 4a426eb commit 5a792a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mkwpp-parser/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ document.addEventListener("DOMContentLoaded", async function() {
});

document.getElementById("readInput").addEventListener("click", async function() {
data.submissions = [];
let parserData = document.getElementById("inputTextArea").value.split("\n").filter(r=>r !== "");
let currentSubmission = {skip:true};
let skipToNextSubmission = false;
Expand Down

0 comments on commit 5a792a3

Please sign in to comment.