Fix #852
This commit is contained in:
parent
0aef2700dc
commit
82c74a0cf1
@ -9836,7 +9836,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
list = QR.nodes.thread;
|
list = QR.nodes.thread;
|
||||||
options = [list.firstChild];
|
options = [list.firstElementChild];
|
||||||
_ref = g.BOARD.threads.keys;
|
_ref = g.BOARD.threads.keys;
|
||||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||||
thread = _ref[_i];
|
thread = _ref[_i];
|
||||||
|
|||||||
@ -9879,7 +9879,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
list = QR.nodes.thread;
|
list = QR.nodes.thread;
|
||||||
options = [list.firstChild];
|
options = [list.firstElementChild];
|
||||||
_ref = g.BOARD.threads.keys;
|
_ref = g.BOARD.threads.keys;
|
||||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||||
thread = _ref[_i];
|
thread = _ref[_i];
|
||||||
|
|||||||
@ -365,7 +365,7 @@ QR =
|
|||||||
generatePostableThreadsList: ->
|
generatePostableThreadsList: ->
|
||||||
return unless QR.nodes
|
return unless QR.nodes
|
||||||
list = QR.nodes.thread
|
list = QR.nodes.thread
|
||||||
options = [list.firstChild]
|
options = [list.firstElementChild]
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user