chop-dbhi / cilantro

Official client for Harvest (http://harvest.research.chop.edu)
http://cilantro.harvest.io
Other
28 stars 8 forks source link

Fix case where stats counts loader was not being hidden #747

Closed naegelyd closed 9 years ago

naegelyd commented 9 years ago

Fix #746.

This was occurring when navigating to the Workspace page via a navbar link from the Query or Results page. This was happening because the code that hid the loader used the 'ui' element which isn't available until the Workspace is rendered so it won't work when the collection resets and the Workspace page has not been shown yet. This fixes that case without having to use raw jquery selectors to lookup the UI elements.

Signed-off-by: Don Naegely naegelyd@gmail.com