• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "User:Dragonjet/scripts/CommentWarning.js"

From Kancolle Wiki
Jump to navigation Jump to search
(initial script)
 
m (#WikiaArticleComments)
Line 1: Line 1:
 
(function($, ArticleComments){
 
(function($, ArticleComments){
 
"use strict";
 
"use strict";
console.log("Comment Warning v0.1");
+
console.log("Comment Warning v0.2");
 
   
 
   
 
$(window).load(function(){
 
$(window).load(function(){
  $(".kcCommentWarning").prependTo("#WikiaArticleFooter");
+
  $(".kcCommentWarning").prependTo("#WikiaArticleComments");
 
});
 
});
 
   
 
   
 
}(jQuery, window.ArticleComments));
 
}(jQuery, window.ArticleComments));

Revision as of 17:56, 15 March 2015

(function($, ArticleComments){
	"use strict";
	console.log("Comment Warning v0.2");
 
	$(window).load(function(){
 		$(".kcCommentWarning").prependTo("#WikiaArticleComments");
	});
 
}(jQuery, window.ArticleComments));