From 426e4ea5cec8e20e9b8559ac9b421a999a757948 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 26 Oct 2010 19:37:04 -0700 Subject: [PATCH] fix => "Make sure info message disappear after you have at least clicked it once." --- ui/new/scripts/cloud.core2.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/new/scripts/cloud.core2.js b/ui/new/scripts/cloud.core2.js index ff4ca743aa3..f89c92dd662 100644 --- a/ui/new/scripts/cloud.core2.js +++ b/ui/new/scripts/cloud.core2.js @@ -478,7 +478,9 @@ function copyAfterActionInfoToRightPanel($midmenuItem1) { $afterActionInfoContainer.addClass("errorbox"); else $afterActionInfoContainer.removeClass("errorbox"); - $afterActionInfoContainer.show(); + $afterActionInfoContainer.show(); + + $midmenuItem1.find("#info_icon").hide(); //make info icon disappear after the middle menu item is clicked once } else { $afterActionInfoContainer.find("#after_action_info").text("");