Pman.js
authoredward <edward@roojs.com>
Tue, 26 Sep 2017 06:39:12 +0000 (14:39 +0800)
committeredward <edward@roojs.com>
Tue, 26 Sep 2017 06:39:12 +0000 (14:39 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index fa37047..740972e 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -99,13 +99,16 @@ Pman = new Roo.Document(
         
     },
     loadUserInterface : function()
-    {
-        
+    {       
         if (this.buildCompleted) { // it get's called from auth checking.. no need to build again..
             return; 
         }
         // triggers after authentication verified...
         
+        if(typeof(uiConfig.fullstory) != 'undefined'){
+            this.fullstory();
+        }
+        
         if (Roo.get('loading')) {
             Roo.get('loading').remove();
         }