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