Parent Directory
|
Revision Log
|
Revision Graph
#289299 by ultimateboy: initial port to d6
| 1 | // $Id$ |
| 2 | |
| 3 | // Global Killswitch |
| 4 | if (Drupal.jsEnabled) { |
| 5 | $(document).ready(function() { |
| 6 | // Close |
| 7 | $("#block-admin_message-admin_message a.admin-message-close").click(function() { |
| 8 | var href = $(this).attr("href"); |
| 9 | $.get(href); |
| 10 | $(this).parent().slideUp('fast'); |
| 11 | return false; |
| 12 | }); |
| 13 | }); |
| 14 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |