projects
/
darcs-mirror-screen-message.debian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove unused javascript variable
[darcs-mirror-screen-message.debian.git]
/
sm.html
diff --git
a/sm.html
b/sm.html
index
6b7dda2
..
1868e98
100644
(file)
--- a/
sm.html
+++ b/
sm.html
@@
-42,7
+42,6
@@
opacity = 100;
function adjust() {
ta = document.getElementById("textarea");
test = document.getElementById("test");
- body = document.getElementById("test");
test.innerHTML=ta.value;
// Otherwise, the newline would not be counted.