• 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
not module
Line 1: Line 1:  
(function($){
 
(function($){
 
"use strict";
 
"use strict";
console.log("Sidebar Boxes v0.3");
+
console.log("Sidebar Boxes v0.4");
 
 
 
$(window).load(function(){
 
$(window).load(function(){
 
if($("div.module.move").length > 0){
 
if($("div.module.move").length > 0){
$("div.module.move").prependTo("#WikiaRail");
+
$("div.move").prependTo("#WikiaRail");
$("div.module.move").show();
+
$("div.move").show();
 
}
 
}
 
});
 
});
    
}(jQuery));
 
}(jQuery));
15

edits

Navigation menu