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

Contents of /contributions/modules/memcache/memcache.js

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


Revision 1.3 - (show annotations) (download) (as text)
Mon May 21 15:56:23 2007 UTC (2 years, 6 months ago) by robertDouglass
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA2, DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0, HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/javascript
sync HEAD
1 // $Id: memcache.js,v 1.1.2.1 2007/05/11 06:12:17 robertDouglass Exp $
2
3 // Global Killswitch
4 if (Drupal.jsEnabled) {
5 $(document).ready(function() {
6 $("body").append($("#memcache-devel"));
7 });
8 }

  ViewVC Help
Powered by ViewVC 1.1.2