Add files via upload
This commit is contained in:
@@ -869,7 +869,7 @@ function parseDelay(str) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function shuffleCredits() {
|
function shuffleCredits() {
|
||||||
const authors = ['𝓡𝓸𝓻𝓸𝓵𝓵𝓵𝓷', '纤濯', '小白狐'];
|
const authors = ['𝓡𝓸𝓻𝓸𝓵𝓵𝓵𝓷', '阡濯', '小白狐'];
|
||||||
const shuffled = authors.sort(() => Math.random() - 0.5);
|
const shuffled = authors.sort(() => Math.random() - 0.5);
|
||||||
const el = document.getElementById('nd_credits');
|
const el = document.getElementById('nd_credits');
|
||||||
if (el) {
|
if (el) {
|
||||||
|
|||||||
Reference in New Issue
Block a user