/[drupal]/contributions/modules/ipAuthenticator/js/ipauth.admin.js
ViewVC logotype

Diff of /contributions/modules/ipAuthenticator/js/ipauth.admin.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5, Fri May 15 19:55:00 2009 UTC revision 1.6, Thu Jul 2 12:21:37 2009 UTC
# Line 1  Line 1 
1  /* $Id: ipauth.admin.js,v 1.4 2009/04/21 12:31:44 jonfrancisskydiver Exp $ */  /* $Id: ipauth.admin.js,v 1.5 2009/05/15 19:55:00 jonfrancisskydiver Exp $ */
2    
3  $(function(){  $(function(){
4    
# Line 45  $(function(){ Line 45  $(function(){
45                  },                  },
46    
47                  get_all_users: function() {                  get_all_users: function() {
48                          $.get('/admin/user/ip_authenticator/data/get_auths/all', null, function(data, textStatus) {                          $.get('../../admin/user/ip_authenticator/data/get_auths/all', null, function(data, textStatus) {
49                                  $('.form-table').html(data);                                  $('.form-table').html(data);
50                          });                          });
51                  },                  },
52    
53                  get_authenticator_list: function( user_filter_text ) {                  get_authenticator_list: function( user_filter_text ) {
54                          //alert("get: "+user_filter_text);                          //alert("get: "+user_filter_text);
55                          $.get('/admin/user/ip_authenticator/data/get_auths/'+user_filter_text, null, function(data, textStatus) {                          $.get('../../admin/user/ip_authenticator/data/get_auths/'+user_filter_text, null, function(data, textStatus) {
56                                  $('.form-table').html(data);                                  $('.form-table').html(data);
57                          });                          });
58                  }                  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2