Changing mode doesn't require setting page number.

This commit is contained in:
ccd0 2016-09-17 05:04:15 -07:00
parent 7327588ff8
commit 88a629ea0f

View File

@ -397,7 +397,7 @@ Index =
Index.setupMode() if mode
Index.setupSort() if sort
Index.buildIndex() if threads or search or mode or page or sort
Index.setPage() if threads or search or mode or page
Index.setPage() if threads or search or page
Index.scrollToIndex() if scroll and not hash
Header.hashScroll() if hash
Index.changed = {}