diff --git a/html/General/Index-pagelist.html b/html/General/Index-pagelist.html
index e6923bb7a..fd5f4020b 100644
--- a/html/General/Index-pagelist.html
+++ b/html/General/Index-pagelist.html
@@ -9,3 +9,6 @@
+
diff --git a/src/General/Index.coffee b/src/General/Index.coffee
index 9d278f6d7..f8ba049a9 100644
--- a/src/General/Index.coffee
+++ b/src/General/Index.coffee
@@ -77,6 +77,7 @@ Index =
a = e.target
else
return
+ return if a.textContent is 'Catalog'
e.preventDefault()
Index.pageNav +a.pathname.split('/')[2]