/[drupal]/contributions/modules/cacherouter/cacherouter.js
ViewVC logotype

Contents of /contributions/modules/cacherouter/cacherouter.js

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


Revision 1.2 - (show annotations) (download) (as text)
Fri Dec 26 09:52:36 2008 UTC (10 months, 4 weeks ago) by slantview
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -0 lines
File MIME type: text/javascript
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