From aba4c4c914124ac9920cf271622f4e14a38ce985 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 31 May 2013 04:31:01 +0400 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- ui/base.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/base.js b/ui/base.js index e59ae3b1..503cb400 100755 --- a/ui/base.js +++ b/ui/base.js @@ -398,7 +398,8 @@ function showErrorStatus(message){ // shorthand methods... function hideStatus(){ - // yes, this indeed looks funny ;) + // yes, this indeed looks funny -- to hide a status you need to show + // it without any arguments... ;) return showStatus() } function getStatus(){