--- a/stop.php +++ b/stop.php @@ -72,10 +72,8 @@ foreach ($trips as $row) { echo '
  • '; echo '

    ' . $row[1][1]; - if (isFastDevice()) { - $viaPoints = viaPointNames($row[1][0], $stopid); - if ($viaPoints != "") echo '
    Via: ' . $viaPoints . ''; - } + $viaPoints = viaPointNames($row[1][0], $stopid); + if ($viaPoints != "") echo '
    Via: ' . $viaPoints . '
    '; if (sizeof($tripStopNumbers) > 0) { echo '
    Boarding At: '; foreach ($tripStopNumbers[$row[1][0]] as $key) {