Code indentation consistency

This commit is contained in:
Gnome Ann
2021-08-24 18:32:48 -04:00
parent 6d5845ff8d
commit 62ad2f0228
3 changed files with 38 additions and 38 deletions

View File

@ -887,7 +887,7 @@ $(document).ready(function(){
game_text.children(`#n${index}`).remove()
// Shift all existing chunks by 1
index++;
while (true) {
while(true) {
const chunk = game_text.children(`#n${index}`)
if(chunk.length === 0) {
break;