Fix the customize page
This commit is contained in:
parent
d92cb9ed75
commit
5b90f76e2c
1 changed files with 1 additions and 1 deletions
2
util.js
2
util.js
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue