Fix the customize page

This commit is contained in:
Sébastien Lucas 2013-07-11 17:43:18 +02:00
parent d92cb9ed75
commit 5b90f76e2c
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ function updatePage (data) {
$("#sortForm").hide ();
}
if (currentData.page !== 19) { ajaxifyLinks (); }
if (currentData.page !== "19") { ajaxifyLinks (); }
$("#sort").click(function(){
$('.books').sortElements(function(a, b){