Skip to content

Commit 4a15c94

Browse files
authored
Update ti.html
1 parent b79a116 commit 4a15c94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

true/ti.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<title>true.js</title>
22
<script>
3-
url=location.hash.slice(1)
3+
url=decodeURIComponent(location.hash.slice(1))
4+
document.getElementById("program").innerHTML=url
45
function main(){
56
code=document.getElementById("program").value; input=document.getElementById("input").value.split("\n")
67
p=0; output=''; s=[]; ts=[]; /* m=0;*/

0 commit comments

Comments
 (0)