Committer: szhirkov
LJSUP-6832: js toogle fixU trunk/htdocs/js/talkpost.js
Modified: trunk/htdocs/js/talkpost.js =================================================================== --- trunk/htdocs/js/talkpost.js 2010-09-16 06:00:02 UTC (rev 17385) +++ trunk/htdocs/js/talkpost.js 2010-09-16 06:05:06 UTC (rev 17386) @@ -1,4 +1,3 @@ - var usernameWasFocused = 0; if (document.getElementById) { @@ -277,15 +276,11 @@ } function hideMe(e) { - //e.className = 'display_none'; - - jQuery(e).addClass('display_none'); + jQuery(e).hide(); } function showMe(e) { - //e.className = ''; - - jQuery(e).removeClass('display_none'); + jQuery(e).show(); } function toggleTextHighlight(e, show) {