From: brockhaus Date: Sun, 10 Feb 2008 10:01:32 +0000 (+0000) Subject: Changed used language entry for option "Show comment complete" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=91d741c15e34a777360a3cbfe8b7ff1e3731cab8;p=s9y.git Changed used language entry for option "Show comment complete" --- diff --git a/include/admin/comments.inc.php b/include/admin/comments.inc.php index 0f6daa2..7a97185 100644 --- a/include/admin/comments.inc.php +++ b/include/admin/comments.inc.php @@ -262,7 +262,7 @@ function FT_toggle(id) { if ( document.getElementById(id + '_full').style.display == '' ) { document.getElementById(id + '_full').style.display='none'; document.getElementById(id + '_summary').style.display=''; - document.getElementById(id + '_text').innerHTML = ''; + document.getElementById(id + '_text').innerHTML = ''; } else { document.getElementById(id + '_full').style.display=''; document.getElementById(id + '_summary').style.display='none';