Commit 4afca26de178b09ba293eee81202103188f969f6

  • avatar
  • arvind
  • Wed Sep 03 16:03:45 IST 2014
Hiding other divs when the loading animation is shown.
  
148148 margin-left: 10px;
149149}
150150#tag-cloud {
151 display: none;
151152 height:768px;
152153}
153154#tags-tag-cloud svg {
  
751751 }
752752 },
753753 render: function() {
754 $(this.el).show();
754755 this.renderUserTagCloud();
755756 this.renderTagsTagCloud();
756757 },