WIKIDOT.modules.ForumCommentsModule={};WIKIDOT.modules.ForumCommentsModule.listeners={showComments:function(c){var a=$("thread-container");if(a.innerHTML.match(/^[\s\n\r]*$/)){a.innerHTML='<div class="wait-block">Loading comments...</div>';var b=new Object();b.pageId=WIKIREQUEST.info.pageId;if($j("#thread-container").hasClass("reverse")){b.order="reverse"}OZONE.ajax.requestModule("forum/ForumCommentsListModule",b,WIKIDOT.modules.ForumCommentsModule.callbacks.showComments)}else{a.style.display="block";$("comments-options-hidden").style.display="none";$("comments-options-shown").style.display="block"}},hideComments:function(b){var a=$("thread-container");a.style.display="none";$("comments-options-hidden").style.display="block";if($("comments-options-shown")){$("comments-options-shown").style.display="none"}}};WIKIDOT.modules.ForumCommentsModule.callbacks={showComments:function(b){if(!WIKIDOT.utils.handleError(b)){return}var a=$("thread-container");OZONE.utils.setInnerHTMLContent(a,b.body);a.style.display="block";$("comments-options-hidden").style.display="none";if($("comments-options-shown")){$("comments-options-shown").style.display="block"}WIKIDOT.forumThreadId=b.threadId}};