Skip to content

Commit 5c1a756

Browse files
authored
forgot the "bytes"
1 parent 2b61d2d commit 5c1a756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jive/ji.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<link rel="shortcut icon" href="/jive/jivfav.png"><title>jive-online</title><script defer src="func.js"></script>
22
<script>
3-
function l() { /*length of code*/ document.getElementById("b").innerHTML = document.getElementById("c").value.length + " " }
3+
function l() { /*length of code*/ document.getElementById("b").innerHTML = document.getElementById("c").value.length + " bytes" }
44
function jive() {
55
//code execution
66
out = "" ; s = [] ; p = 0 ; num = r(1, 10)

0 commit comments

Comments
 (0)