From 7fe67da4b09994fe51e47edec083d4273d7d04e0 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 5 Oct 2010 10:58:37 -0700 Subject: [PATCH] new UI - actions on details tab - hide spinning wheel when selecting another item in middle menu. --- ui/new/scripts/cloud.core2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/new/scripts/cloud.core2.js b/ui/new/scripts/cloud.core2.js index 5623e8b5008..e3f09c1503a 100644 --- a/ui/new/scripts/cloud.core2.js +++ b/ui/new/scripts/cloud.core2.js @@ -577,6 +577,7 @@ function clearMiddleMenu() { function clearRightPanel() { $("#right_panel_content #tab_content_details #action_link #action_menu #action_list").empty(); + $("#right_panel_content #tab_content_details #spinning_wheel").hide(); $("#right_panel_content #after_action_info_container").hide(); }