- 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"
Jump to navigation
Jump to search
(initial script) |
(No difference)
|
Revision as of 17:54, 15 March 2015
(function($, ArticleComments){
"use strict";
console.log("Comment Warning v0.1");
$(window).load(function(){
$(".kcCommentWarning").prependTo("#WikiaArticleFooter");
});
}(jQuery, window.ArticleComments));