Fix some typing errors

This commit is contained in:
2021-09-03 17:41:32 +02:00
parent b15ea41481
commit 53fcdaaa61
3 changed files with 7 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ function IntroPopup() {
// Sometimes the layout is not correctly calculated yet when this script
// runs. We adjust the values later
setTimeout(() => { this.moveToElement(btnHome) }, 100)
setTimeout(() => { this.moveToElement(btnHome) }, 400)
}
IntroPopup.prototype.moveToElement = function (el) {