Pman.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:22:00 +0000 (10:22 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:22:00 +0000 (10:22 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index edfada1..25daefc 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -79,14 +79,7 @@ Pman = new Roo.Document(
             Roo.state.Manager.setProvider(new Roo.state.CookieProvider());
             Roo.bootstrap.Tooltip.init(); 
 
-            if(window.location.pathname.substr(baseURL.length).match(/\/PasswordReset\//)){
-                Pman.Dialog.BAdminPasswordReset.show({}, function(){
-                    window.location.href = baseURL;
-                });
-                
-                return;
-            }
-             
+           
             Pman.Login.onLoad();
             
         },