forked from verdnatura/hedera-web
Production bugs
This commit is contained in:
parent
8739fd4094
commit
86674c2a30
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.405.69) stable; urgency=low
|
hedera-web (1.405.70) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.405.69",
|
"version": "1.405.70",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -17,12 +17,6 @@ function onBodyLoad ()
|
||||||
setTimeout (setText, 1000);
|
setTimeout (setText, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function setText ()
|
|
||||||
{
|
|
||||||
display (null, null, null);
|
|
||||||
updateText ();
|
|
||||||
}
|
|
||||||
|
|
||||||
function onSettingsClick ()
|
function onSettingsClick ()
|
||||||
{
|
{
|
||||||
var deviceId = localStorage.getItem ('hederaDeviceId');
|
var deviceId = localStorage.getItem ('hederaDeviceId');
|
||||||
|
@ -54,6 +48,12 @@ function onSettingsClick ()
|
||||||
setText ();
|
setText ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function setText ()
|
||||||
|
{
|
||||||
|
display (null, null, null);
|
||||||
|
updateText ();
|
||||||
|
}
|
||||||
|
|
||||||
function updateText ()
|
function updateText ()
|
||||||
{
|
{
|
||||||
var deviceId = localStorage.getItem ('hederaDeviceId');
|
var deviceId = localStorage.getItem ('hederaDeviceId');
|
||||||
|
|
Loading…
Reference in New Issue