fix a page 0 -> 1 update I missed
This commit is contained in:
parent
9e99f7924e
commit
0675441405
@ -156,7 +156,7 @@ Index =
|
||||
return
|
||||
return if a.textContent is 'Catalog'
|
||||
e.preventDefault()
|
||||
Index.userPageNav +a.pathname.split('/')[2]
|
||||
Index.userPageNav +a.pathname.split('/')[2] or 1
|
||||
|
||||
scrollToIndex: ->
|
||||
Header.scrollToIfNeeded Index.root
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user