1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-11-04 19:17:36 +01:00

Sidebar improvements

This commit is contained in:
MW install maintain even with core development
2018-03-28 17:43:26 -04:00
parent 15cce18901
commit 5b1a0c025e
4 changed files with 39 additions and 4 deletions

View File

@@ -11,4 +11,10 @@ jQuery(document).ready(function() {
jQuery("#pt-notifications-alert").prependTo("#echo-notifications-alerts");
jQuery("#pt-notifications-notice").prependTo("#echo-notifications-notice");
});
jQuery('.portal > li label').click(function() {
$(this).parent().find('ul').toggle();
$( this ).toggleClass( "active" );
});