Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Skparab1 authored Jan 6, 2024
1 parent b0ec47a commit 55c87bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>

<script>
let data = location.href.split("&data=")[1];
let data = location.href.split("data=")[1];

data = data.replaceAll("%20"," ");
data = data.replaceAll(" "," ");
Expand Down

0 comments on commit 55c87bf

Please sign in to comment.