MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
(7 intermediate revisions by the same user not shown)
Line 503: Line 503:
//Fix height issue with ads
//Fix height issue with ads
var HeightFix = $("#mw-content-block");
var HeightFix = $("#mw-content-block");
$("#output").text(HeightFix.height());
//$("#mw-related-navigation").css("min-height", HeightFix.height());
$("#mw-related-navigation").css({ height: 2000px });
$("#mw-related-navigation").attr("style", "min-height: " + HeightFix.height() + "px !important");
 


//Get Ad Dart Number
//Get Ad Dart Number
25,162

edits