Pman.js
authorAlan Knowles <alan@roojs.com>
Tue, 5 Jun 2012 03:49:27 +0000 (11:49 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 5 Jun 2012 03:49:27 +0000 (11:49 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index e436785..52654cc 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -891,11 +891,7 @@ Pman = new Roo.Document(
                 obj.disabled = true;
                 return;
             }
-            if (appDisabled.indexOf(permname) > -1)  {
-                Roo.log(permname + " is Disabled for this site");
-                obj.disabled = true;
-                return;
-            }
+        
             
             
         }