mirror of
https://codeberg.org/kbruen/kai.infotren.git
synced 2025-02-22 17:19:37 +02:00
Stop showing alert about yesterday train
This commit is contained in:
parent
7f3637518b
commit
fb54636ce7
1 changed files with 4 additions and 4 deletions
|
@ -633,8 +633,8 @@ window.addEventListener('load', function (e) {
|
|||
}
|
||||
}, 500)
|
||||
|
||||
if (this.localStorage && !this.localStorage.getItem('info-yesterday')) {
|
||||
this.alert("New feature: You can now view yesterday's train by selecting the date!")
|
||||
this.localStorage.setItem('info-yesterday', 'true')
|
||||
}
|
||||
// if (this.localStorage && !this.localStorage.getItem('info-yesterday')) {
|
||||
// this.alert("New feature: You can now view yesterday's train by selecting the date!")
|
||||
// this.localStorage.setItem('info-yesterday', 'true')
|
||||
// }
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue