bugfix in custom.html

pull/2462/head
Alain Saas 2023-01-06 11:26:52 -05:00 committed by GitHub
parent 8f6a80fd36
commit ccd90185d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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);