Improved www.ttss.krakow.pl
Jacek Kowalski
2016-12-08 fd40e5769b73ac62ea59263495ebb1985c78d19a
Do not stop refresh timer on failure
1 files modified
1 ■■■■ changed files
index.js 1 ●●●● patch | view | raw | blame | history
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);