Closed ogallagher closed 4 years ago
Some side-effects of passing the username of an account to visit through the url is that it becomes url-encoded. Spaces become %20, for example. TJ needs to be able to decode in these scenarios as part of the url_params.js utilities.
url_params.js
Not difficult to fix; added decodeURIComponent().
decodeURIComponent()
Some side-effects of passing the username of an account to visit through the url is that it becomes url-encoded. Spaces become %20, for example. TJ needs to be able to decode in these scenarios as part of the
url_params.js
utilities.