mirror of
https://github.com/Luzifer/ots.git
synced 2025-02-06 02:15:18 -05:00
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
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…
x
Reference in New Issue
Block a user