fix to generatePostableThreadsList
This commit is contained in:
parent
300f579a0c
commit
5ed247c09d
@ -418,7 +418,7 @@ QR =
|
|||||||
$.rmAll list
|
$.rmAll list
|
||||||
$.add list, options
|
$.add list, options
|
||||||
list.value = val
|
list.value = val
|
||||||
return unless list.value
|
return if list.value
|
||||||
# Fix the value if the option disappeared.
|
# Fix the value if the option disappeared.
|
||||||
list.value = if g.VIEW is 'thread'
|
list.value = if g.VIEW is 'thread'
|
||||||
g.THREADID
|
g.THREADID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user