Do not stop refresh timer on failure
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);