fix bug with filter_card : encodeURI not needed
This commit is contained in:
parent
ac996a79b4
commit
fc2760f9fc
1 changed files with 1 additions and 1 deletions
|
|
@ -915,7 +915,7 @@ function filter_card(obj, queryString)
|
|||
{
|
||||
queryString = queryString + '&j=' + jrn;
|
||||
}
|
||||
return encodeURI(queryString);
|
||||
return queryString;
|
||||
}
|
||||
/**
|
||||
*@brief to display the lettering for the operation, call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue