From 74ea83a7d5c5a52dace15e7559f9172ec30f71fd Mon Sep 17 00:00:00 2001 From: lubiana Date: Wed, 28 Aug 2024 19:39:19 +0200 Subject: [PATCH] taylor switft --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c7556d2..e216b8b 100644 --- a/index.html +++ b/index.html @@ -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) {