You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I may havea special case, but I'm using Uri.js to generate url for merge tags for news letters.
For example, with mailchimp, I return something like: http://mywebsite.com/?param=*|EMAIL|*
And I got %7CEMAIL%7C instead of |EMAIL|.
I suggest to change line to 435 to return decodeURI(s); instead of return s;
Worked for me ;-)
The text was updated successfully, but these errors were encountered:
Hi,
I may havea special case, but I'm using Uri.js to generate url for merge tags for news letters.
For example, with mailchimp, I return something like: http://mywebsite.com/?param=*|EMAIL|*
And I got %7CEMAIL%7C instead of |EMAIL|.
I suggest to change line to 435 to return decodeURI(s); instead of return s;
Worked for me ;-)
The text was updated successfully, but these errors were encountered: