Merge branch 'bstable'

This commit is contained in:
ccd0 2019-05-07 18:04:01 -07:00
commit 90da9764f4

View File

@ -354,7 +354,7 @@ Main =
else
g.BOARD
threadID = +threadRoot.id.match(/\d*$/)[0]
return if boardObj.threads[threadID]?.nodes.root
return if !threadID or boardObj.threads[threadID]?.nodes.root
thread = new Thread threadID, boardObj
thread.nodes.root = threadRoot
threads.push thread