Switching between the un/hidden thread index should navigate us to page 0.

This commit is contained in:
Mayhem 2014-02-21 04:27:13 +01:00
parent 8613e11bc2
commit 27fa3f2bf7

View File

@ -227,7 +227,10 @@ Index =
else
'Show'
Index.sort()
Index.buildIndex()
if Conf['Index Mode'] is 'paged' and Index.getCurrentPage() > 0
Index.pageNav 0
else
Index.buildIndex()
mode: (e) ->
Index.cb.toggleCatalogMode()
Index.togglePagelist()