new things
This commit is contained in:
@@ -4,9 +4,10 @@ document.addEventListener('readystatechange', event => {
|
||||
highlightFightHistory();
|
||||
let train = false;
|
||||
if (train) {
|
||||
trainTheBrain();
|
||||
setTimeout(() => {
|
||||
trainTheBrain();
|
||||
}, 5000);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}, { passive: true });
|
||||
|
||||
Reference in New Issue
Block a user