MINOR Selecting parents of nested menu entries by default in LeftAndMain.Menu.js

This commit is contained in:
Ingo Schommer 2011-09-19 22:27:34 +02:00
parent 7408ba4a54
commit 443777e789

View File

@ -40,6 +40,9 @@
self.toggleClass('collapsed', $(this).hasClass('collapsed'));
});
// Select default element (which might reveal children in hidden parents)
this.find('li.current').select();
this._super();
}
});