Parent Directory
|
Revision Log
|
Revision Graph
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 |