You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Left sidebar menu don't expend upon clicking class title. Amend main.js to fix
// Toggle when click an item element
$('.navigation').on('click', '.title', function (e) {
e.preventDefault();
$(this).parent().find('.itemMembers').toggle();
});
The text was updated successfully, but these errors were encountered:
Left sidebar menu don't expend upon clicking class title. Amend main.js to fix
The text was updated successfully, but these errors were encountered: