mirror of
https://codeberg.org/kbruen/kai.infotren.git
synced 2025-06-19 10:42:30 +03:00
Compare commits
2 commits
708f25ce83
...
fb54636ce7
Author | SHA1 | Date | |
---|---|---|---|
fb54636ce7 | |||
7f3637518b |
2 changed files with 7 additions and 4 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# macOS bullshit
|
||||||
|
.DS_Store
|
||||||
|
|
|
@ -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')
|
||||||
}
|
// }
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue