Fix the customize page

This commit is contained in:
Sébastien Lucas 2013-07-11 17:43:18 +02:00
parent d92cb9ed75
commit 5b90f76e2c

View file

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