Skip to content

Commit f842575

Browse files
committed
Merge branch 'hman61-doohtml-lite-v0.98.2-may-16-2025'
2 parents 901103c + 78bb37c commit f842575

File tree

1 file changed

+2
-2
lines changed
  • frameworks/keyed/doohtml-lite/src

1 file changed

+2
-2
lines changed

frameworks/keyed/doohtml-lite/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ class Main {
9393

9494
update() {
9595
const len = this.tbody.children.length
96-
for (let i = 0; i<len; i = i + 10) {
96+
for (let i = 0; i<len; i += 10) {
9797
this.rows[i].label += BANG
98-
this.tbody.children[i].querySelector('a').append(BANG)
98+
this.tbody.children[i].children[1].children[0].append(BANG)
9999
}
100100
}
101101

0 commit comments

Comments
 (0)