Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keep it open #16

Open
yathit opened this issue Jul 5, 2014 · 1 comment
Open

keep it open #16

yathit opened this issue Jul 5, 2014 · 1 comment

Comments

@yathit
Copy link

yathit commented Jul 5, 2014

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();
});
@webnard
Copy link

webnard commented Aug 28, 2014

This stops the class' page from loading, which can be problematic if a class doesn't have any members—then there is no way to access the class page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants