Skip to content

Commit

Permalink
Fixing error with not-saved function
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaaker committed Nov 24, 2023
1 parent 4d4b1a7 commit d675519
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 @@ -47,10 +47,7 @@

<script>
disable_unsaved = false
while (true) {
if (disable_unsaved == true){
break;
}
while (disable_unsaved == false) {
"use strict";
(() => {
const modified_inputs = new Set;
Expand Down

0 comments on commit d675519

Please sign in to comment.