Remove unused argument.
This commit is contained in:
parent
c68e50a346
commit
7d6614fc36
@ -274,9 +274,9 @@ Index =
|
|||||||
else
|
else
|
||||||
+window.location.pathname.split('/')[2] or 1
|
+window.location.pathname.split('/')[2] or 1
|
||||||
|
|
||||||
userPageNav: (page, noRefresh) ->
|
userPageNav: (page) ->
|
||||||
state = Index.pushState {page, scroll: true}
|
state = Index.pushState {page, scroll: true}
|
||||||
if Conf['Refreshed Navigation'] and !noRefresh
|
if Conf['Refreshed Navigation']
|
||||||
Index.update state
|
Index.update state
|
||||||
else
|
else
|
||||||
Index.pageLoad state if state.page
|
Index.pageLoad state if state.page
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user