commit/galaxy-central: dannon: Stop loading indicator at the end of get_next_chunk regardless of result.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e33a715ee045/ Changeset: e33a715ee045 User: dannon Date: 2014-06-03 23:40:00 Summary: Stop loading indicator at the end of get_next_chunk regardless of result. Affected #: 1 file diff -r 58a057a02b896ae6d32571f7141f46ccb9006e54 -r e33a715ee045acac64b9e8e4ac14bcdc31ef6ca7 static/scripts/mvc/data.js --- a/static/scripts/mvc/data.js +++ b/static/scripts/mvc/data.js @@ -180,8 +180,8 @@ if (result) { self._renderChunk(result); loading_chunk = false; - loading_indicator.hide(); } + loading_indicator.hide(); }); } }); Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org