Bring back Catalog link in the pagelist.
This commit is contained in:
parent
1c66c6a604
commit
293bf70aee
@ -9,3 +9,6 @@
|
||||
<button disabled>Next</button>
|
||||
</a>
|
||||
</div>
|
||||
<div class="pages cataloglink">
|
||||
<a href="./catalog">Catalog</a>
|
||||
</div>
|
||||
|
||||
@ -77,6 +77,7 @@ Index =
|
||||
a = e.target
|
||||
else
|
||||
return
|
||||
return if a.textContent is 'Catalog'
|
||||
e.preventDefault()
|
||||
Index.pageNav +a.pathname.split('/')[2]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user