Fix the customize page
This commit is contained in:
parent
d92cb9ed75
commit
5b90f76e2c
2
util.js
2
util.js
|
@ -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){
|
||||||
|
|
Loading…
Reference in a new issue