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

Changes

Jump to navigation Jump to search
m
v0.4
Line 1: Line 1:  
(function($, ArticleComments){
 
(function($, ArticleComments){
 
"use strict";
 
"use strict";
console.log("Comment Quotes v0.3");
+
console.log("Comment Quotes v0.4");
 
 
 
function AddButtons(){
 
function AddButtons(){
Line 10: Line 10:  
$(".quoteBtn").on("click", function(){
 
$(".quoteBtn").on("click", function(){
 
var origMsg = $(".article-comm-text", $("#"+$(this).data("id"))).text();
 
var origMsg = $(".article-comm-text", $("#"+$(this).data("id"))).text();
$("#article-comm.wikiaEditor").val("> ''"+origMsg.trim()+"''");
+
$("textarea#article-comm").val("> ''"+origMsg.trim()+"''");
 
return true;
 
return true;
 
});
 
});
15

edits

Navigation menu