taylor switft

This commit is contained in:
lubiana 2024-08-28 19:39:19 +02:00
parent 96f530746a
commit 74ea83a7d5
No known key found for this signature in database

View file

@ -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) {