diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 30ad410b9..cbdc05544 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -12,6 +12,8 @@ Index = @search = history.state?.searched or '' if history.state?.mode Conf['Index Mode'] = history.state?.mode + if history.state?.sort + Conf['Index Sort'] = history.state?.sort @currentPage = @getCurrentPage() @processHash()