Open main menu

Changes

MediaWiki:Common.js

22 bytes added, 5 years ago
no edit summary
ModifySidebar( 'Resources', $(this).text(), $( this).attr("href") );
}
});
// Make current page non clickable
$('.portal .body > ul').children().each( function(){
link = $( this ).children()[0].href;
if ( link === window.location.href ) {
console.log("True");
$( $( this ).children()[0]).css({
"pointer-events": "none",
"cursor": "default",
"color": "#000",
"font-weight": "bold"
});
}
});
});
});
// Make current page non clickable $('.portal .body > ul').children().each( function(){ link = $( this ).children()[0].href; if ( link === window.location.href ) { console.log("True"); $( $( this ).children()[0]).css({ "pointer-events": "none", "cursor": "default", "color": "#000", "font-weight": "bold" }); } } );
});
 
 
} else {
$('#p-Session').remove();