mirror of https://github.com/espruino/BangleApps
bugfix custom.html
parent
5e9ea4b1aa
commit
a2982167e9
|
@ -42,7 +42,7 @@
|
|||
var name=document.getElementById("name_"+i).value;
|
||||
var offset=document.getElementById("offset_"+i).value;
|
||||
app_offsets.push([name,offset]);
|
||||
storage_offsets.push([checked,name,offset]);
|
||||
storage_offsets.push([name,offset]);
|
||||
}
|
||||
console.log(storage_offsets);
|
||||
console.log(app_offsets);
|
||||
|
|
Loading…
Reference in New Issue