Chrome freezes when I try to open the Admin page
Closed this issue · 1 comments
gmotta commented
hugocorbucci commented
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.