Production bugs

This commit is contained in:
Juan Ferrer Toribio 2018-01-17 14:18:30 +01:00
parent 8739fd4094
commit 86674c2a30
3 changed files with 8 additions and 8 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.405.69) stable; urgency=low
hedera-web (1.405.70) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.405.69",
"version": "1.405.70",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -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');