shilad / macademia

The Macademia website visualizes connections between research interests: http://macademia.macalester.edu
15 stars 4 forks source link

error occured during state change: #15

Open MargaretEG opened 11 years ago

MargaretEG commented 11 years ago

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

keeeeenw commented 11 years ago

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.