fix index load failure

This commit is contained in:
ccd0 2014-06-01 19:15:00 -07:00
parent c6e033f3da
commit 9668deaa8f

View File

@ -222,8 +222,6 @@ Index =
update: (pageNum, forceReparse) ->
return unless navigator.onLine
unless d.readyState is 'loading' or Index.root.parentElement
$.replace $('.board'), Index.root
delete Index.pageNum
Index.req?.abort()
Index.notice?.close()