mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-11-04 19:17:36 +01:00
Sidebar improvements
This commit is contained in:
parent
15cce18901
commit
5b1a0c025e
@@ -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" );
|
||||
});
|
||||
Reference in New Issue
Block a user