X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/4a3782f2287399b05ed0aa59c0ac8c921a21a5c3..3d56f05c63349307e9b380dc57f36c6cb63fcc6f:/web/static/seepark_web.js diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 2aad39b..5baed88 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -223,7 +223,7 @@ setInterval( airtime.innerText = strftime('%Y-%m-%d H:%M', data['timestamp']); }) .catch(function(error) { - // handle error + console.log(error); }); fetch(api_url_currentwater) .then((resp) => resp.json()) @@ -232,7 +232,7 @@ setInterval( watertime.innerText = strftime('%Y-%m-%d H:%M', data['timestamp']); }) .catch(function(error) { - // handle error + console.log(error); }); }, refresh_interval