agile-alliance-brazil/submissions

Chrome freezes when I try to open the Admin page

Closed this issue · 1 comments

Something is preventing me to open the admin page.

admin page

screen shot 2018-03-15 at 17 32 27

Should've been fixed by 957747b.

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.