Committer: dpetrov
LJSUP-6869: do not update collapsed comment blocksU trunk/htdocs/js/commentmanage.js
Modified: trunk/htdocs/js/commentmanage.js =================================================================== --- trunk/htdocs/js/commentmanage.js 2010-10-13 11:31:45 UTC (rev 17559) +++ trunk/htdocs/js/commentmanage.js 2010-10-14 01:51:01 UTC (rev 17560) @@ -469,7 +469,7 @@ getThreadJSON(threadId, function(result) { //if comment is expanded we need to fetch it's collapsed state additionally - if( threadExpanded ) + if( threadExpanded && LJ_cmtinfo[ threadId ].oldvars.full ) { getThreadJSON( threadId, function(result2){ ExpanderEx.Collection[ threadId ] = ExpanderEx.prepareCommentBlock( result2[0].html, threadId, true );