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