Changes

From Drawn to Life Wiki
no edit summary
Line 96: Line 96:  
/* Undoes One-sided navigation if page length is short or page is being edited */
 
/* Undoes One-sided navigation if page length is short or page is being edited */
 
$(function() {
 
$(function() {
var calheightf = $(".mw-body").height();
+
var calheight = $(".mw-body").height();
   −
if (calheightf > 1428) {
+
if (calheight > 1428) {
 
//BAKI CODE - Fixes un-interactive logo
 
//BAKI CODE - Fixes un-interactive logo
 
     $("#mw-content-block").addClass("onenavjs-1");
 
     $("#mw-content-block").addClass("onenavjs-1");