We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
everytime you click on 39 related interests on a persons page on the right side under related interests this error occurs
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
everytime you click on 39 related interests on a persons page on the right side under related interests this error occurs
The text was updated successfully, but these errors were encountered: