Open main menu

Changes

MediaWiki:Common.js

43 bytes removed, 08:31, 22 October 2015
Debugging attempt 3 - modified the [show] link logic to match the [hide] link logic, this time correctly (the 'hide' part works, but 'show' shows 'ReferenceError: hasClass is not defined').
if ( navToggle.firstChild.data == navigationBarHide ) {
for ( navChild = navFrame.firstChild; navChild != null; navChild = navChild.nextSibling ) {
if ( $( navChild ).hasClass( navChild, 'NavPic' ) || $( navChild ) { navChild.style.display = 'none'; } if ( hasClass( navChild, 'NavContent' ) ) {
navChild.style.display = 'none';
}