Boop
Boop copied to clipboard
Fix undefined error in FullURLDecode
FullURLDecode.js
doesn't work since c
was undefined, this PR resolves this issue.
Having played with it a little I am unsure if the script is even necessary. @luisfontes19, do you have an example where the behavior of your script differs from the existing URLDecode.js
script?
SonarCloud Quality Gate failed.
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
3.5% Duplication
Thanks for that.
You're right... It seems to not be needed as the decodeURIComponent from the default script also decodes these chars... Should have tested it first...