Stop showing alert about yesterday train

This commit is contained in:
Kenneth Bruen 2023-06-03 14:54:24 +02:00
parent 7f3637518b
commit fb54636ce7
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -633,8 +633,8 @@ window.addEventListener('load', function (e) {
} }
}, 500) }, 500)
if (this.localStorage && !this.localStorage.getItem('info-yesterday')) { // if (this.localStorage && !this.localStorage.getItem('info-yesterday')) {
this.alert("New feature: You can now view yesterday's train by selecting the date!") // this.alert("New feature: You can now view yesterday's train by selecting the date!")
this.localStorage.setItem('info-yesterday', 'true') // this.localStorage.setItem('info-yesterday', 'true')
} // }
}) })