made both timeouts have the same timeout time

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
Rohit Pai 2021-08-01 12:16:16 +01:00
parent fb07a70e5f
commit 8b6a0d8638

View File

@ -68,7 +68,7 @@ document.addEventListener('DOMContentLoaded', () =>
if (typeof dataText[i] === 'undefined'){ if (typeof dataText[i] === 'undefined'){
setTimeout(function() { setTimeout(function() {
StartTextAnimation(0); StartTextAnimation(0);
}, 1000); }, 1500);
// StartTextAnimation(0); // StartTextAnimation(0);
} }
else if (i < dataText[i].length) { else if (i < dataText[i].length) {