fix a page 0 -> 1 update I missed

This commit is contained in:
ccd0 2014-05-11 14:35:53 -07:00
parent 9e99f7924e
commit 0675441405

View File

@ -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