Change thread selector back to 'Thread No.'

This commit is contained in:
ccd0 2015-02-07 17:33:05 -08:00
parent 84dc51e2cf
commit 9e1f2b4d0c

View File

@ -440,7 +440,7 @@ QR =
for thread in g.BOARD.threads.keys
options.push $.el 'option',
value: thread
textContent: "No.#{thread}"
textContent: "Thread No.#{thread}"
val = list.value
$.rmAll list
$.add list, options