Bring back Catalog link in the pagelist.

This commit is contained in:
Mayhem 2013-11-04 18:41:23 +01:00
parent 1c66c6a604
commit 293bf70aee
2 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,6 @@
<button disabled>Next</button>
</a>
</div>
<div class="pages cataloglink">
<a href="./catalog">Catalog</a>
</div>

View File

@ -77,6 +77,7 @@ Index =
a = e.target
else
return
return if a.textContent is 'Catalog'
e.preventDefault()
Index.pageNav +a.pathname.split('/')[2]