Parent Directory
|
Revision Log
|
Revision Graph
Initial port to D7
| 1 | // $Id$ |
| 2 | |
| 3 | if (Drupal.jsEnabled) { |
| 4 | $(document).ready(function() { |
| 5 | if (amdPosition == 'fixed') { $('#admin-menu').css('position', 'fixed'); } |
| 6 | |
| 7 | if (jQuery.isFunction(eval(amdBehavior +'.init()'))) { |
| 8 | eval(amdBehavior +'.init'); |
| 9 | } |
| 10 | }); |
| 11 | } |
| 12 | |
| 13 | amd_status = { |
| 14 | update: function (status) { |
| 15 | $.getJSON("/admin/settings/admin_menu/amd_js/update/" + status, function(json) {}); |
| 16 | } |
| 17 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |