Changes

new
(function($){
"use strict";
console.log("Sidebar Boxes v0.1");

$(window).load(function(){
if($(".rsb_box").length > 0){
$(".rsb_box").appendTo("#WikiaRail");
}
});

}(jQuery));
15

edits