Commit 7e1b49b4 authored by Sparkf's avatar Sparkf 🏙️
Browse files

campus-bus: do not display idle bus

parent 864a7c92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -537,7 +537,7 @@ export default {
      this.bus_marker_arr.forEach((marker) => marker.remove())
      let i;
      for (i = 0; i < this.bus_location_data_api.length; i++) {
        if (true) {
        if ((this.bus_location_data_api[i].time_rt-this.bus_location_data_api[i].time_mt)<300) {

          // create a DOM element for the marker