Pman.js
[Pman.Core] / Pman.js
diff --git a/Pman.js b/Pman.js
index d99e2fe..a86adca 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -924,13 +924,13 @@ Pman = new Roo.Document(
                 Roo.log(this);
                 return;
             }
-        
+            Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
+                Roo.log(this);
+                Roo.log(this.permname);
            // honour DEPRICATED permname setings..
            // new code should use PART name, and matching permissions.
             if (this.permname && this.permname.length) {
-                Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
-                Roo.log(this);
-                Roo.log(this.permname);
+                
                 if (!Pman.hasPerm(this.permname, 'S')) {
                     return;
                 }