From 7d6614fc36d3783c6f957bacb9482f249453aef7 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 5 Apr 2015 19:38:55 -0700 Subject: [PATCH] Remove unused argument. --- src/General/Index.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 4acaefd01..c61f40e5b 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -274,9 +274,9 @@ Index = else +window.location.pathname.split('/')[2] or 1 - userPageNav: (page, noRefresh) -> + userPageNav: (page) -> state = Index.pushState {page, scroll: true} - if Conf['Refreshed Navigation'] and !noRefresh + if Conf['Refreshed Navigation'] Index.update state else Index.pageLoad state if state.page