MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
var navheight = $('#mw-content-block'); /* cache the selector */
var navheight = $('#mw-content-block'); /* cache the selector */


$('#mw-related-navigation').css({ height: navheight.height() });
$('#mw-related-navigation').css({ min-height: navheight.height() });
$('#output').text(navheight.height());
 


function matchHeaderText() {
function matchHeaderText() {
25,162

edits