Pman.Tab.PersonList.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 03:09:52 +0000 (11:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 03:09:52 +0000 (11:09 +0800)
Pman.Tab.PersonList.js

index b3e2e20..b66b4f5 100644 (file)
@@ -490,7 +490,13 @@ Pman.Tab.PersonList.prototype = {
                             Ext.MessageBox.alert("Error",  "Select a Person");
                             return;
                         }
-                    
+                        new Pman.Request({
+                            url : baseURL+ '/Login.php',
+                            'switch' : s[0].data.id
+                             
+                        });
+                        
+                        
                     }
                 }