Boop icon indicating copy to clipboard operation
Boop copied to clipboard

Fix undefined error in FullURLDecode

Open zoeyfyi opened this issue 3 years ago • 2 comments

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?

zoeyfyi avatar Apr 04 '21 16:04 zoeyfyi

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
3.5% 3.5% Duplication

sonarqubecloud[bot] avatar Apr 04 '21 16:04 sonarqubecloud[bot]

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

luisfontes19 avatar Apr 05 '21 10:04 luisfontes19