Return to the previous index mode that's not the catalog.
Conflicts: src/General/Index.coffee
This commit is contained in:
parent
26d00bf7ad
commit
295dabb756
@ -553,6 +553,7 @@ http://iqdb.org/?url=%TURL
|
|||||||
|
|
||||||
Index:
|
Index:
|
||||||
'Index Mode': 'paged'
|
'Index Mode': 'paged'
|
||||||
|
'Previous Index Mode': 'paged'
|
||||||
'Index Sort': 'bump'
|
'Index Sort': 'bump'
|
||||||
'Show Replies': true
|
'Show Replies': true
|
||||||
'Anchor Hidden Threads': true
|
'Anchor Hidden Threads': true
|
||||||
|
|||||||
@ -233,6 +233,10 @@ Index =
|
|||||||
Index.cb.toggleCatalogMode()
|
Index.cb.toggleCatalogMode()
|
||||||
Index.togglePagelist()
|
Index.togglePagelist()
|
||||||
Index.buildIndex()
|
Index.buildIndex()
|
||||||
|
mode = Conf['Index Mode']
|
||||||
|
if mode not in ['catalog', Conf['Previous Index Mode']]
|
||||||
|
Conf['Previous Index Mode'] = mode
|
||||||
|
$.set 'Previous Index Mode', mode
|
||||||
sort: ->
|
sort: ->
|
||||||
Index.sort()
|
Index.sort()
|
||||||
Index.buildIndex()
|
Index.buildIndex()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user