ogallagher / tejos_textiles

An online arts journal for publishing works in a new medium
MIT License
1 stars 0 forks source link

Link to author account page fails with url params #51

Closed ogallagher closed 4 years ago

ogallagher commented 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.

ogallagher commented 4 years ago

Not difficult to fix; added decodeURIComponent().