Change "Thread No." in thread selector to "Thread".
Frees up a little more dragging space.
This commit is contained in:
parent
7d4ae6e39d
commit
34f83f9214
@ -367,7 +367,7 @@ QR =
|
||||
for thread in g.BOARD.threads.keys
|
||||
options.push $.el 'option',
|
||||
value: thread
|
||||
textContent: "Thread No.#{thread}"
|
||||
textContent: "Thread #{thread}"
|
||||
val = list.value
|
||||
$.rmAll list
|
||||
$.add list, options
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user