diff --git a/debian/changelog b/debian/changelog index 0b4ff8ba..6cdbb233 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.405.69) stable; urgency=low +hedera-web (1.405.70) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 85d529a0..f4e95863 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.405.69", + "version": "1.405.70", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/pages/production/main.js b/pages/production/main.js index d9a26d57..ab388a4d 100644 --- a/pages/production/main.js +++ b/pages/production/main.js @@ -17,12 +17,6 @@ function onBodyLoad () setTimeout (setText, 1000); } -function setText () -{ - display (null, null, null); - updateText (); -} - function onSettingsClick () { var deviceId = localStorage.getItem ('hederaDeviceId'); @@ -54,6 +48,12 @@ function onSettingsClick () setText (); } +function setText () +{ + display (null, null, null); + updateText (); +} + function updateText () { var deviceId = localStorage.getItem ('hederaDeviceId');