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

index b66b4f5..b6d2a27 100644 (file)
@@ -492,8 +492,15 @@ Pman.Tab.PersonList.prototype = {
                         }
                         new Pman.Request({
                             url : baseURL+ '/Login.php',
-                            'switch' : s[0].data.id
-                             
+                            params {
+                                'switch' : s[0].data.id
+                            },
+                            
+                            method : 'GET',
+                            success : function() {
+                                
+                                
+                            }
                         });