Improved www.ttss.krakow.pl
Jacek Kowalski
2019-02-09 d06aef5ada4cf248ebe549c4d4ba6b89e8c3be07
common.js
@@ -117,7 +117,7 @@
function depotIdToVehicleId(depotId, typeHelper) {
   if(typeHelper) {
      for(var prop in vehicles_info) {
         if(prop.substr(0,1) == type && vehicles_info[prop]['num'].substr(2) == depotId) {
         if(prop.substr(0,1) == typeHelper && vehicles_info[prop]['num'].substr(2) == depotId) {
            return prop;
         }
      }