MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
(2 intermediate revisions by the same user not shown)
Line 504: Line 504:
var HeightFix = $("#mw-content-block");
var HeightFix = $("#mw-content-block");
//$("#mw-related-navigation").css("min-height", HeightFix.height());
//$("#mw-related-navigation").css("min-height", HeightFix.height());
$("#mw-related-navigation").each(function () {
$("#mw-related-navigation").attr("style", "min-height: " + HeightFix.height() + "px !important");
    this.style.setProperty( "min-height", HeightFix.height(), "important" );
});


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

edits