new UI - actions on details tab - hide spinning wheel when selecting another item in middle menu.

This commit is contained in:
Jessica Wang 2010-10-05 10:58:37 -07:00
parent 1cd370fc36
commit 7fe67da4b0
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}