Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.6 by xano, Tue Nov 17 17:46:41 2009 UTC | revision 1.1.2.7 by xano, Tue Nov 17 19:23:38 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 | ||
| // Clean up button values. | ||
| $('.index-form-add-layer-child-add').attr('value', Drupal.t('Add item')); | ||
| $('.index-form-add-layer-remove').attr('value', Drupal.t('Remove')); | ||
| 16 | // Live preview. | // Live preview. |
| 17 | // Preparatory work. | // Preparatory work. |
| 18 | var throbber = '<span class="index-throbber"></span>'; | var throbber = '<span class="index-throbber"></span>'; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.3 |