mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-25 15:52:27 +01:00
Code indentation consistency
This commit is contained in:
parent
6d5845ff8d
commit
62ad2f0228
@ -887,7 +887,7 @@ $(document).ready(function(){
|
|||||||
game_text.children(`#n${index}`).remove()
|
game_text.children(`#n${index}`).remove()
|
||||||
// Shift all existing chunks by 1
|
// Shift all existing chunks by 1
|
||||||
index++;
|
index++;
|
||||||
while (true) {
|
while(true) {
|
||||||
const chunk = game_text.children(`#n${index}`)
|
const chunk = game_text.children(`#n${index}`)
|
||||||
if(chunk.length === 0) {
|
if(chunk.length === 0) {
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user