Commit 4afca26de178b09ba293eee81202103188f969f6
Hiding other divs when the loading animation is shown.
| | | | 148 | margin-left: 10px; | 148 | margin-left: 10px; |
---|
149 | } | 149 | } |
---|
150 | #tag-cloud { | 150 | #tag-cloud { |
---|
| | 151 | display: none; |
---|
151 | height:768px; | 152 | height:768px; |
---|
152 | } | 153 | } |
---|
153 | #tags-tag-cloud svg { | 154 | #tags-tag-cloud svg { |
---|
| | | | 751 | } | 751 | } |
---|
752 | }, | 752 | }, |
---|
753 | render: function() { | 753 | render: function() { |
---|
| | 754 | $(this.el).show(); |
---|
754 | this.renderUserTagCloud(); | 755 | this.renderUserTagCloud(); |
---|
755 | this.renderTagsTagCloud(); | 756 | this.renderTagsTagCloud(); |
---|
756 | }, | 757 | }, |
---|