Improved www.ttss.krakow.pl
Jacek Kowalski
2016-12-26 12310b92f7fff6f285b21eb3c40fcde28b2f1af1
index.js
@@ -183,7 +183,7 @@
   span.className = 'vehicleInfo';
   span.title = vehicleInfo.num + ' ' + vehicleInfo.type;
   if(vehicleInfo.low == 0) {
      setText(span, '\u25CB');
      setText(span, '\u2010\u00A0');
      span.title += ' (high floor)';
   } else if(vehicleInfo.low == 1) {
      setText(span, '*\u267F');
@@ -419,7 +419,7 @@
   
   $.ajaxSetup({
      dataType: 'json',
      timeout: 3000,
      timeout: 10000,
   });
   
   stop_name.addEventListener('input', function(e) {