Board data may have been deleted in another tab by the time this loads.

This commit is contained in:
ccd0 2016-01-26 19:57:36 -08:00
parent 1dad377fae
commit fb1009642f

View File

@ -88,7 +88,7 @@ class DataBoard
@ajaxCleanParse boardID, e1.target.response, e2.target.response
ajaxCleanParse: (boardID, response1, response2) ->
board = @data.boards[boardID]
return unless (board = @data.boards[boardID])
threads = {}
if response1
for page in response1