Skip to content

Commit

Permalink
Fixing error with unsaved changes function
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaaker committed Nov 24, 2023
1 parent d675519 commit 442d0b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions simulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
<!--- Unsaved Changes Alert --->

<script>
disable_unsaved = false
while (disable_unsaved == false) {
"use strict";
"use strict";
(() => {
const modified_inputs = new Set;
const defaultValue = "defaultValue";
Expand Down Expand Up @@ -98,7 +96,6 @@
}
});
})();
}
</script>

<!--- Check PHP URL Arguments --->
Expand Down

0 comments on commit 442d0b4

Please sign in to comment.