string spans can contain spaces, encode in url
This commit is contained in:
parent
fee4339d11
commit
fda5c7eaa2
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ Ox.URL = function(options) {
|
||||||
: spanType == 'duration' ? constructDuration(point)
|
: spanType == 'duration' ? constructDuration(point)
|
||||||
: spanType == 'location' ? constructLocation(point)
|
: spanType == 'location' ? constructLocation(point)
|
||||||
: point
|
: point
|
||||||
) : point;
|
) : encodeValue(point, true);
|
||||||
}).join(',');
|
}).join(',');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue