Parent Directory
|
Revision Log
|
Revision Graph
Merge with DRUPAL-7--1
| 1 | //$Id: cacherouter.js,v 1.1.2.2 2008/12/26 02:23:54 slantview Exp $ |
| 2 | Drupal.behaviors.cache_router_switch = function() { |
| 3 | $('form#cr-cache-switch select').change(function(){ |
| 4 | window.location = $(this).val(); |
| 5 | }); |
| 6 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |