Changes

m
#article-comments
Line 1: Line 1:  
(function($, ArticleComments){
 
(function($, ArticleComments){
 
"use strict";
 
"use strict";
console.log("Comment Warning v0.2");
+
console.log("Comment Warning v0.3");
 
   
 
   
 
$(window).load(function(){
 
$(window).load(function(){
  $(".kcCommentWarning").prependTo("#WikiaArticleComments");
+
  $(".kcCommentWarning").prependTo("#article-comments");
 
});
 
});
 
   
 
   
 
}(jQuery, window.ArticleComments));
 
}(jQuery, window.ArticleComments));
15

edits