/[drupal]/contributions/modules/index/js/index.admin.js
ViewVC logotype

Diff of /contributions/modules/index/js/index.admin.js

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

revision 1.1.2.5 by xano, Sun Nov 8 22:58:57 2009 UTC revision 1.1.2.6 by xano, Tue Nov 17 17:46:41 2009 UTC
# Line 13  Drupal.behaviors.indexAdmin = function ( Line 13  Drupal.behaviors.indexAdmin = function (
13      $('#index-block-settings').slideToggle();      $('#index-block-settings').slideToggle();
14    });    });
15    
16            // Clean up button values.
17            $('.index-form-add-layer-child-add').attr('value', Drupal.t('Add item'));
18            $('.index-form-add-layer-remove').attr('value', Drupal.t('Remove'));
19    
20    // Live preview.    // Live preview.
21    // Preparatory work.    // Preparatory work.
22    var throbber = '<span class="index-throbber"></span>';    var throbber = '<span class="index-throbber"></span>';

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

  ViewVC Help
Powered by ViewVC 1.1.3