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.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.405.69",
|
||||
"version": "1.405.70",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue