Compare commits

..

No commits in common. "fb54636ce7110343cded8897e7b5bc7284c18cd9" and "708f25ce83e3ee42ef5ac9da81eb9b29006fe43b" have entirely different histories.

2 changed files with 4 additions and 7 deletions

3
.gitignore vendored
View file

@ -1,3 +0,0 @@
# 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')
}
})