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;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}};