Fix Index Sort state info being lost on refresh.
This commit is contained in:
parent
6296393365
commit
e2636be9e8
@ -12,6 +12,8 @@ Index =
|
|||||||
@search = history.state?.searched or ''
|
@search = history.state?.searched or ''
|
||||||
if history.state?.mode
|
if history.state?.mode
|
||||||
Conf['Index Mode'] = history.state?.mode
|
Conf['Index Mode'] = history.state?.mode
|
||||||
|
if history.state?.sort
|
||||||
|
Conf['Index Sort'] = history.state?.sort
|
||||||
@currentPage = @getCurrentPage()
|
@currentPage = @getCurrentPage()
|
||||||
@processHash()
|
@processHash()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user