Changes

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

edits