fix encoding issue
(cherry picked from commit 067010fc0a5a6c10825b869b822c9cfbb3d4516b)
This commit is contained in:
parent
088c0eedc6
commit
045cb461f1
@ -1058,7 +1058,7 @@ function pageUpdate() {
|
||||
bParam_page = 1;
|
||||
}
|
||||
|
||||
update_url = baseurl + '/' + page_query + '/?f=&aj=1&page=' + bParam_page + extra_args ;
|
||||
update_url = baseurl + '/' + decodeURIComponent(page_query) + '/?f=&aj=1&page=' + bParam_page + extra_args ;
|
||||
|
||||
$("#page-spinner").show();
|
||||
update_mode = 'append';
|
||||
|
Reference in New Issue
Block a user