Madness? ... This is A TYPO!

git-svn-id: file:///home/shish/svn/shimmie2/trunk@300 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-16 18:41:09 +00:00
parent ccb01e60cb
commit 3bfe8ef56b

View file

@ -29,7 +29,7 @@ function scale(img) {
msg_div.style.display = "block";
}
else {
img.style.width = origwidth;
img.style.width = orig_width;
msg_div.style.display = "none";
}
}