Change "Thread No." in thread selector to "Thread".

Frees up a little more dragging space.
This commit is contained in:
ccd0 2015-03-04 18:35:07 -08:00
parent 7d4ae6e39d
commit 34f83f9214

View File

@ -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