mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
for #79
This commit is contained in:
parent
a91ec06090
commit
2c4f6d67c8
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ function encodeUrlArray(urlArray) {
|
|||
return urlArray;
|
||||
} else {
|
||||
if (urlArray) {
|
||||
return encodeURIComponent(urlArray);
|
||||
return encodeURI(urlArray);
|
||||
} else {
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue