Log when we start waiting for an online event

// FREEBIE
pull/749/head
lilia 10 years ago
parent 823f570955
commit 21667d9181

@ -153,6 +153,7 @@
if (navigator.onLine) {
setTimeout(init, 60000);
} else {
console.log('offline');
window.addEventListener('online', init);
}
return;

Loading…
Cancel
Save