Skip to content

Commit 67d04d8

Browse files
authored
Show more predictions if available
1 parent 99c49c7 commit 67d04d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ function launchSitePredictions(times, station, properties, marker) {
676676
var now = new Date();
677677
if (times.length > 0) {
678678
times = times.split(",");
679-
var maxCount = 7
679+
var maxCount = 24
680680
var count = 0;
681681
var day = 0;
682682
var dates = [];

0 commit comments

Comments
 (0)