|
|
|
@ -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')
|
|
|
|
|
// }
|
|
|
|
|
}) |
|
|
|
|