We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 901103c + 78bb37c commit f842575Copy full SHA for f842575
frameworks/keyed/doohtml-lite/src/main.js
@@ -93,9 +93,9 @@ class Main {
93
94
update() {
95
const len = this.tbody.children.length
96
- for (let i = 0; i<len; i = i + 10) {
+ for (let i = 0; i<len; i += 10) {
97
this.rows[i].label += BANG
98
- this.tbody.children[i].querySelector('a').append(BANG)
+ this.tbody.children[i].children[1].children[0].append(BANG)
99
}
100
101
0 commit comments