Changes

m
class change
Line 4: Line 4:  
 
 
$(window).load(function(){
 
$(window).load(function(){
if($(".rsb_box").length > 0){
+
if($("div.module.move").length > 0){
$(".rsb_box").appendTo("#WikiaRail");
+
$("div.module.move").appendTo("#WikiaRail");
 
}
 
}
 
});
 
});
    
}(jQuery));
 
}(jQuery));
15

edits