From e2636be9e8de9b4056dcd00b5ae90f1461789f6c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 12 Mar 2016 19:01:15 -0800 Subject: [PATCH] Fix Index Sort state info being lost on refresh. --- src/General/Index.coffee | 2 ++ 1 file changed, 2 insertions(+) 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()