Mercurial > defr > drupal > scald > dnd
diff dnd.module @ 3:5df0783706f7
Reorganized layout of module and repo a bit.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Tue, 17 Feb 2009 15:46:36 -0600 |
parents | 5a44c430b7ac |
children | c2eb995212bf |
line wrap: on
line diff
--- a/dnd.module Tue Feb 17 15:34:56 2009 -0600 +++ b/dnd.module Tue Feb 17 15:46:36 2009 -0600 @@ -77,8 +77,8 @@ function dnd_process_textarea($element, $form_state) { if ($element['#dnd-enabled']) { - drupal_add_js(drupal_get_path('module', 'dnd') .'/dnd/dnd.js'); - drupal_add_js(drupal_get_path('module', 'dnd') .'/js/dnd-library.js', 'footer'); + drupal_add_js(drupal_get_path('module', 'dnd') .'/js/dnd.js'); + drupal_add_js(drupal_get_path('module', 'dnd') .'/js/dnd-library.js'); $settings = array();