sync label
This commit is contained in:
parent
e79f5facff
commit
afd7795f8e
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ function initWebSocket() {
|
||||||
console.log (stored);
|
console.log (stored);
|
||||||
if (stored) {
|
if (stored) {
|
||||||
gMark = JSON.parse (stored);
|
gMark = JSON.parse (stored);
|
||||||
|
if (gMark.type === 'volt') MarkerVolt.checked = true;
|
||||||
}
|
}
|
||||||
connected = true;
|
connected = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue