Changes

m
extra exclosing v5
Line 1: Line 1:  
(function($, ArticleComments){
 
(function($, ArticleComments){
 
"use strict";
 
"use strict";
console.log("Close Thread v0.4");
+
console.log("Close Thread v0.5");
    
function ExecCloseThreads(){
 
function ExecCloseThreads(){
$($(".wikiCloseCommentThread")).each(function(){
+
$(".wikiCloseCommentThread").each(function(){
 
console.log("Closing: "+this.closest(".comment" ).attr("id"));
 
console.log("Closing: "+this.closest(".comment" ).attr("id"));
 
$(".article-comm-reply", this.closest(".comment" )).hide();
 
$(".article-comm-reply", this.closest(".comment" )).hide();
15

edits