mirror of
https://codeberg.org/kbruen/kai.infotren.git
synced 2025-06-19 10:42:30 +03:00
Compare commits
No commits in common. "fb54636ce7110343cded8897e7b5bc7284c18cd9" and "708f25ce83e3ee42ef5ac9da81eb9b29006fe43b" have entirely different histories.
fb54636ce7
...
708f25ce83
2 changed files with 4 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
# macOS bullshit
|
||||
.DS_Store
|
||||
|
|
@ -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