Remove navigator.onLine check from index refresh due to false negatives. #287, #352

This commit is contained in:
ccd0 2015-03-08 00:03:56 -08:00
parent 458c706a76
commit e2756fd28e

View File

@ -409,7 +409,6 @@ Index =
"#{hiddenCount} hidden threads"
update: (state) ->
return unless navigator.onLine
delete Index.pageNum
Index.req?.abort()
Index.notice?.close()