Skip to content

Commit

Permalink
Update editor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maruta authored Sep 27, 2024
1 parent 047c81b commit 5990e4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions car01/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ if (window.location.hash) {
if(documents[0].code.startsWith("/* autospawn: true */") ){
let checkbox = document.getElementById('autospawn');
checkbox.checked = true;
toggle();
}else if(documents[0].code.startsWith("/* autospawn: once */")){
spawnOnce = true;
toggle();
}
}

Expand Down

0 comments on commit 5990e4c

Please # to comment.