Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
User:Dragonjet/scripts/CloseThread.js
(view source)
Revision as of 11:08, 8 January 2015
3 bytes removed
,
9 years ago
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();
Dragonjet
15
edits