Parent Directory
|
Revision Log
|
Revision Graph
First commit for Drupal 6. Thanks to patches from Greg Hines and btsukuda.
| 1 | // $Id: thickbox_login.js,v 1.1 2007/03/22 08:09:42 frjo Exp $ |
| 2 | // Contributed by user jmiccolis. |
| 3 | if (Drupal.jsEnabled) { |
| 4 | $(document).ready(function() { $("a[@href*='/user/login']").addClass('thickbox').each(function() { this.href = this.href.replace(/user\/login\??/,"thickbox_login?height=230&width=250&") }) }); |
| 5 | $(document).ready(function() { $("a[@href*='?q=user/login']").addClass('thickbox').each(function() { this.href = this.href.replace(/user\/login/,"thickbox_login&height=230&width=250") }) }); |
| 6 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |