Commit 88e36fc6 authored by Romain Courteaud's avatar Romain Courteaud

XXX erp5_web_renderjs_ui: prototype offline status

parent 99385a9b
......@@ -904,6 +904,18 @@
render_timestamp: new Date().getTime()
})
.push(undefined, function (error) {
// couscous
if (!navigator.onLine) {
window.addEventListener('online',
function backOnline() {
return location.reload();
});
return;
}
throw error;
})
.push(undefined, function (error) {
return displayError(gadget, error);
});
})
......
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>995.60357.5039.47650</string> </value>
<value> <string>993.36084.15186.27323</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1639487214.66</float>
<float>1626790595.79</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment