forked from 0x2620/oxjs
add and use Ox.decodeURI and Ox.decodeURIComponent
This commit is contained in:
parent
7576654e0d
commit
51215c1cbe
3 changed files with 20 additions and 2 deletions
|
|
@ -563,7 +563,7 @@ Ox.URL = function(options) {
|
|||
}
|
||||
|
||||
function decodeValue(value) {
|
||||
return decodeURIComponent(value);
|
||||
return Ox.decodeURIComponent(value);
|
||||
}
|
||||
|
||||
function encodeValue(value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue