Open main menu

Changes

MediaWiki:Common.js

4 bytes added, 5 years ago
no edit summary
if( item == 1){
// Session Links
ModifySidebar( 'SessionSessions', $(this).text(), $( this).attr("href") );
}
else if( item ==2 ){
// Resources Links
ModifySidebar( 'DiscussionDiscussions', $(this).text(), $( this).attr("href") );
}
else if( item ==3 ){
});
} else {
$('#p-SessionSessions').remove(); $('#p-DiscussionDiscussions').remove();
$('#p-Resources').remove();
}