Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
User:Dragonjet/scripts/SidebarBox.js
(view source)
Revision as of 03:29, 27 December 2014
42 bytes added
,
9 years ago
m
logging v2
Line 1:
Line 1:
(function($){
(function($){
"use strict";
"use strict";
−
console.log("Sidebar Boxes v0.
1
");
+
console.log("Sidebar Boxes v0.
2
");
$(window).load(function(){
$(window).load(function(){
if($("div.module.move").length > 0){
if($("div.module.move").length > 0){
$("div.module.move").appendTo("#WikiaRail");
$("div.module.move").appendTo("#WikiaRail");
+
console.log($("div.module.move").text());
}
}
});
});
}(jQuery));
}(jQuery));
Dragonjet
15
edits