[ARVADOS] updated: a10eb3ebf97a29687c6f43d705e30fb0349364d2
Git user
git at public.curoverse.com
Mon Jun 5 10:03:43 EDT 2017
Summary of changes:
apps/workbench/app/assets/javascripts/select_modal.js | 1 +
1 file changed, 1 insertion(+)
via a10eb3ebf97a29687c6f43d705e30fb0349364d2 (commit)
via f834a9841fe27c18bc31e58636ec1bcdb833b54b (commit)
from c5e4c7027338235435e9698057847686baaee6cc (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 a10eb3ebf97a29687c6f43d705e30fb0349364d2
Author: radhika <radhika at curoverse.com>
Date: Sat Jun 3 11:08:39 2017 -0400
4921: also clear preview pane when a project is selected from projects dropdown menu
diff --git a/apps/workbench/app/assets/javascripts/select_modal.js b/apps/workbench/app/assets/javascripts/select_modal.js
index 17b334e..d31cb45 100644
--- a/apps/workbench/app/assets/javascripts/select_modal.js
+++ b/apps/workbench/app/assets/javascripts/select_modal.js
@@ -120,6 +120,7 @@ $(document).on('click', '.selectable', function() {
'project_uuid': project_uuid
};
}
+ $(".modal-dialog-preview-pane").html("");
// Use current selection as dropdown button label
$(this).
closest('.dropdown-menu').
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list