mirror of https://github.com/espruino/BangleApps
bugfix in custom.html
parent
8f6a80fd36
commit
ccd90185d0
|
@ -41,9 +41,6 @@
|
|||
for (var i=0; i<2; i++) {
|
||||
var name=document.getElementById("name_"+i).value;
|
||||
var offset=document.getElementById("offset_"+i).value;
|
||||
if (checked) {
|
||||
app_offsets.push([name,offset]);
|
||||
}
|
||||
}
|
||||
console.log(storage_offsets);
|
||||
console.log(app_offsets);
|
||||
|
|
Loading…
Reference in New Issue