/[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.3, Tue Mar 17 14:21:03 2009 UTC revision 1.4, Tue Apr 21 12:31:44 2009 UTC
# Line 4  $(function() { Line 4  $(function() {
4          $("#cancel").click(function() {          $("#cancel").click(function() {
5                  history.back(1);                  history.back(1);
6                  //window.location = "/admin/settings/ipAuthenticator";                  //window.location = "/admin/settings/ipAuthenticator";
7          });          });
8            $("A.ip").click(function() {
9                    $("#edit-ip1").val($("A.ip").html());
10            });
11  });  });

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2