From ed954c1f962f625ebb743e30a10579616a84fa24 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Fri, 26 Mar 2010 17:01:09 -0400 Subject: [PATCH] Shout: make sure we disable activity indicators when done --- shout/templates/dialplan/edit.inc | 2 ++ shout/themes/screen.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/shout/templates/dialplan/edit.inc b/shout/templates/dialplan/edit.inc index 6944c0345..188c6d44a 100644 --- a/shout/templates/dialplan/edit.inc +++ b/shout/templates/dialplan/edit.inc @@ -326,6 +326,8 @@ function refreshMenu() // Fill in the actions if (menuInfo.get(curmenu).actions.length == 0) { // No actions configured yet. + $('menuWorking').hide(); + $('dialpadWorking').hide(); return true; } diff --git a/shout/themes/screen.css b/shout/themes/screen.css index 76084885f..779db6d7b 100644 --- a/shout/themes/screen.css +++ b/shout/themes/screen.css @@ -205,7 +205,7 @@ ul { height: 100%; margin: 0; padding: 0; - filter:alpha(opacity=50); + filter:alpha('opacity=50'); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; -- 2.11.0