agile-alliance-brazil / submissions

An open source conference submission and review system. We've been using and enhancing this systems since AgileBrazil 2010.
submissoes.agilebrazil.com
MIT License
31 stars 20 forks source link

Chrome freezes when I try to open the Admin page #257

Closed gmotta closed 6 years ago

gmotta commented 6 years ago

Something is preventing me to open the admin page.

admin page

screen shot 2018-03-15 at 17 32 27

hugocorbucci commented 6 years ago

Should've been fixed by https://github.com/agile-alliance-brazil/submissions/commit/957747bfa09404e0010bae21b51db9de94fc0f64.

The problem was that the tagcloud couldn't render any words in the space given because the div was too small. Changed the body of the page to be:

div(tagcloud){width: 700px;height: 300px}.  

This ensured the words can actually fit in the container and jqcloud finished running. The commit just ensures that if we just have div(tagcloud) it won't infinite loop again.