From: Ben Klang Date: Fri, 26 Mar 2010 21:01:09 +0000 (-0400) Subject: Shout: make sure we disable activity indicators when done X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ed954c1f962f625ebb743e30a10579616a84fa24;p=horde.git Shout: make sure we disable activity indicators when done --- 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;