Changes

m
not module checker
Line 1: Line 1:  
(function($){
 
(function($){
 
"use strict";
 
"use strict";
console.log("Sidebar Boxes v0.4");
+
console.log("Sidebar Boxes v0.5");
 
 
 
$(window).load(function(){
 
$(window).load(function(){
if($("div.module.move").length > 0){
+
if($("div.move").length > 0){
 
$("div.move").prependTo("#WikiaRail");
 
$("div.move").prependTo("#WikiaRail");
 
$("div.move").show();
 
$("div.move").show();
15

edits