taylor switft
This commit is contained in:
parent
96f530746a
commit
74ea83a7d5
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
|||
|
||||
let hashParams = window.location.hash
|
||||
let dataPart = hashParams.replace('#data=', '')
|
||||
let decodedData = atob(dataPart)
|
||||
let decodedData = atob(decodeURIComponent(dataPart))
|
||||
if (decodedData.length > 0) {
|
||||
let arr = JSON.parse(decodedData)
|
||||
if (arr.length > 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue