Update download.html
This commit is contained in:
parent
f9ecaf851f
commit
0921d17ee2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
};
|
||||
|
||||
for (var i=0; i<document.getElementById('checkboxes').children.length; i++) {
|
||||
if (i/2 == Math.round(i/2) {
|
||||
if (i/2 == Math.round(i/2)) {
|
||||
alert(document.getElementById('checkboxes').children[i].name)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue