Improved www.ttss.krakow.pl
Jacek Kowalski
2016-12-08 fd40e5769b73ac62ea59263495ebb1985c78d19a
index.js
@@ -101,7 +101,6 @@
}
function fail(message, more) {
   if(refresh_timer) clearInterval(refresh_timer);
   if(times_timer) clearTimeout(times_timer);
   
   setText(alert_text, message);
@@ -314,6 +313,7 @@
      e.preventDefault();
      if(!stop_name_autocomplete.value) return;
      stop_id = stop_name_autocomplete.value;
      window.location.hash = '#!' + stop_id;
      loadTimes(stop_id, true);
   });
   
@@ -324,6 +324,11 @@
   alert_close.addEventListener('click', function(e) {
      alert.style.display = 'none';
   });
   if(window.location.hash.match(/^#![0-9]+$/)) {
      stop_id = parseInt(window.location.hash.slice(2));
      loadTimes(stop_id);
   }
}
init();