diff --git a/public/site_assets/test/js/custom.js b/public/site_assets/test/js/custom.js
index 7ecb9132..8f7fa587 100644
--- a/public/site_assets/test/js/custom.js
+++ b/public/site_assets/test/js/custom.js
@@ -1,5 +1,6 @@
$(document).ready(function() {
- $(".tablesorter").tablesorter().tablesorterPager({positionFixed: false, container: $("#pager"), cssNext: ".icon-forward", cssPrev: ".icon-backward", cssFirst: ".icon-fast-backward", cssLast: ".icon-fast-forward"});
+ $(".tablesorter").tablesorter();
+ $(".tablesorterpager").tablesorter().tablesorterPager({positionFixed: false, container: $("#pager"), cssNext: ".icon-forward", cssPrev: ".icon-backward", cssFirst: ".icon-fast-backward", cssLast: ".icon-fast-forward"});
$(".tab_content").hide(); //Hide all content
$("ul.tabs li:first").addClass("active").show(); //Activate first tab
$(".tab_content:first").show(); //Show first tab content
diff --git a/public/templates/test/account/notifications/default.tpl b/public/templates/test/account/notifications/default.tpl
index 76f65b6d..423eb7a6 100644
--- a/public/templates/test/account/notifications/default.tpl
+++ b/public/templates/test/account/notifications/default.tpl
@@ -59,7 +59,7 @@
Notification History
{include file="global/pagination.tpl"}
-