- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "User:Dragonjet/scripts/SidebarBox.js"
Jump to navigation
Jump to search
(new) |
m (class change) |
||
Line 4: | Line 4: | ||
$(window).load(function(){ | $(window).load(function(){ | ||
− | if($(". | + | if($("div.module.move").length > 0){ |
− | $(". | + | $("div.module.move").appendTo("#WikiaRail"); |
} | } | ||
}); | }); | ||
}(jQuery)); | }(jQuery)); |
Revision as of 03:28, 27 December 2014
(function($){
"use strict";
console.log("Sidebar Boxes v0.1");
$(window).load(function(){
if($("div.module.move").length > 0){
$("div.module.move").appendTo("#WikiaRail");
}
});
}(jQuery));