[ARVADOS] updated: 003826a36b72ad45c54005e1d4d8c546e16de289
git at public.curoverse.com
git at public.curoverse.com
Tue Feb 4 04:14:27 EST 2014
Summary of changes:
apps/workbench/app/views/users/home.js.erb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
via 003826a36b72ad45c54005e1d4d8c546e16de289 (commit)
from 80be122d6b73044f5e3f740b5c38a38d3b3f79d7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 003826a36b72ad45c54005e1d4d8c546e16de289
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Feb 4 01:13:19 2014 -0800
Hide loading indicator after refreshing dashboard tables.
refs #1976
diff --git a/apps/workbench/app/views/users/home.js.erb b/apps/workbench/app/views/users/home.js.erb
index d845186..401c6b1 100644
--- a/apps/workbench/app/views/users/home.js.erb
+++ b/apps/workbench/app/views/users/home.js.erb
@@ -1,3 +1,4 @@
var new_content = "<%= escape_javascript(render partial: 'tables') %>";
if ($('div#home-tables').html() != new_content)
$('div#home-tables').html(new_content);
+$('.loading').hide();
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list