Fix: Encoded hashes were not properly processed (again)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5a3d93d9f7
commit
9b1c8796ca
3 changed files with 5753 additions and 5753 deletions
File diff suppressed because one or more lines are too long
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// hashLoad reacts on a changed window hash an starts the diplaying of the secret
|
// hashLoad reacts on a changed window hash an starts the diplaying of the secret
|
||||||
hashLoad() {
|
hashLoad() {
|
||||||
const hash = window.location.hash
|
const hash = decodeURIComponent(window.location.hash)
|
||||||
if (hash.length === 0) {
|
if (hash.length === 0) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue