Fix bug with 0.30 beta

pull/3124/head
Ronin0000 2023-12-09 14:16:44 -08:00 committed by GitHub
parent 39c9158b50
commit d9ec4f354c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ function randomColors() {
let color2 = bg_code[Math.floor(Math.random() * bg_code.length)];
let color3 = bg_code[Math.floor(Math.random() * bg_code.length)];
}
};
}
/**
* This function plots a data row in LCARS style.