getQueryString needs encodeURIComponent
Closed this issue · 1 comments
bobtherobot commented
return item + '=' + encodeURIComponent ( object[ item ] );
fdaciuk commented
Thanks @bobtherobot! :)
Closed this issue · 1 comments
return item + '=' + encodeURIComponent ( object[ item ] );
Thanks @bobtherobot! :)