undo encode uri component
This commit is contained in:
parent
c575f58e30
commit
2243a421f7
@ -99,7 +99,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
document.location.href = window.location.protocol + "//" + encodeURIComponent(contents) + "." + window.location.hostname;
|
||||
document.location.href = window.location.protocol + "//" + contents + "." + window.location.hostname;
|
||||
}
|
||||
|
||||
window.onload = (event) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user