Changes

initial script
(function($, ArticleComments){
"use strict";
console.log("Comment Warning v0.1");

$(window).load(function(){
$(".kcCommentWarning").prependTo("#WikiaArticleFooter");
});

}(jQuery, window.ArticleComments));
15

edits