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

error occured during state change: #15

Open
MargaretEG opened this issue Jun 28, 2013 · 1 comment
Open

error occured during state change: #15

MargaretEG opened this issue Jun 28, 2013 · 1 comment
Labels

Comments

@MargaretEG
Copy link
Collaborator

everytime you click on 39 related interests on a persons page on the right side under related interests this error occurs

@keeeeenw
Copy link
Collaborator

The following code in lib.macademia.js sets up the click for the "more click":

$(".sidebarSection li.more").live('click', function () {
$(this).hide();
$(".sidebarSection div.more").slideDown('medium');
});

And in show.gsp, a list of "more" interests is created but it is hidden before the user clicks the button.

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

No branches or pull requests

2 participants