Open main menu

Changes

MediaWiki:Common.js

44 bytes added, 08:28, 22 October 2015
Debugging attempt 2 - modified the [show] link logic to match the [hide] link logic (the 'hide' part works, but 'show' shows 'ReferenceError: hasClass is not defined').
} else if ( navToggle.firstChild.data == navigationBarShow ) {
for ( navChild = navFrame.firstChild; navChild != null; navChild = navChild.nextSibling ) {
if ( $hasClass( navChild ).hasClass( , 'NavPic' ) || $( ) { navChild ).style.display = 'block'; } if ( hasClass( navChild, 'NavContent' ) ) {
navChild.style.display = 'block';
}