Fix: Encoded hashes were not properly processed (again)

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-05-13 00:12:11 +02:00
parent 5a3d93d9f7
commit 9b1c8796ca
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
3 changed files with 5753 additions and 5753 deletions

11502
assets.go

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -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
} }