Mercurial > defr > drupal > scald > mee
diff mee.module @ 8:c3b22723b82f
Start to style the library filter form, and add a .js file.
| author | Franck Deroche <franck@defr.org> |
|---|---|
| date | Wed, 03 Jun 2009 14:39:24 +0200 |
| parents | 2ef0d9a3eeba |
| children | 57e611f691eb |
line wrap: on
line diff
--- a/mee.module Tue Jun 02 20:56:33 2009 +0200 +++ b/mee.module Wed Jun 03 14:39:24 2009 +0200 @@ -339,6 +339,7 @@ */ function mee_textarea_process($element, $edit, $form_state, $form) { drupal_add_css(drupal_get_path('module', 'mee') .'/css/mee.css'); + drupal_add_js(drupal_get_path('module', 'mee') .'/mee.js'); $field = $form['#field_info'][$element['#field_name']]; $field_key = $element['#columns'][0];
