Shout: make sure we disable activity indicators when done
authorBen Klang <ben@alkaloid.net>
Fri, 26 Mar 2010 21:01:09 +0000 (17:01 -0400)
committerBen Klang <ben@alkaloid.net>
Fri, 26 Mar 2010 21:01:09 +0000 (17:01 -0400)
shout/templates/dialplan/edit.inc
shout/themes/screen.css

index 6944c03..188c6d4 100644 (file)
@@ -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;
     }
 
index 7608488..779db6d 100644 (file)
@@ -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;