Commit f510f1fe authored by Ad Schellevis's avatar Ad Schellevis
parent 1a172380
...@@ -148,7 +148,7 @@ $pagetitle = gentitle( $pgtitle ); ...@@ -148,7 +148,7 @@ $pagetitle = gentitle( $pgtitle );
// hide submenu items // hide submenu items
$('#mainmenu .list-group-item').click(function(){ $('#mainmenu .list-group-item').click(function(){
$('#mainmenu .list-group-item').each(function(){ $('#mainmenu .list-group-item').each(function(){
if ($(this).attr('aria-expanded') == 'true') { if ($(this).attr('aria-expanded') == 'true' && $(this).data('parent') != '#mainmenu' ) {
$("#"+$(this).attr('href').substring(1,999)).collapse('hide'); $("#"+$(this).attr('href').substring(1,999)).collapse('hide');
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment