Skip to content

Commit ee58e99

Browse files
authored
Update ti.html
1 parent 1b7616e commit ee58e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

true/ti.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
}
2020
url = location.origin + location.pathname;
2121
if (url !== location.href) {
22-
u1 = location.href.split("#")[1];
23-
code = u1;
22+
u1 = decodeURIComponent(location.href.split("#")[1])
23+
code = u1
2424
}
2525
</script>
2626
<style>

0 commit comments

Comments
 (0)