Compare commits

...

2 commits

Author SHA1 Message Date
fb54636ce7
Stop showing alert about yesterday train 2023-06-03 14:54:24 +02:00
7f3637518b
Add initial .gitignore 2023-06-03 14:52:58 +02:00
2 changed files with 7 additions and 4 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# macOS bullshit
.DS_Store

View file

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