Change thread selector back to 'Thread No.'
This commit is contained in:
parent
84dc51e2cf
commit
9e1f2b4d0c
@ -440,7 +440,7 @@ QR =
|
|||||||
for thread in g.BOARD.threads.keys
|
for thread in g.BOARD.threads.keys
|
||||||
options.push $.el 'option',
|
options.push $.el 'option',
|
||||||
value: thread
|
value: thread
|
||||||
textContent: "No.#{thread}"
|
textContent: "Thread No.#{thread}"
|
||||||
val = list.value
|
val = list.value
|
||||||
$.rmAll list
|
$.rmAll list
|
||||||
$.add list, options
|
$.add list, options
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user