Mercurial > defr > drupal > scald > dnd
diff dnd.module @ 12:a5b2b9fa2a1a
Cross browser compatibility changes -- winnowing the scope of possible configurations.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Fri, 27 Feb 2009 11:50:59 -0600 |
parents | e6378dbabe45 |
children | bb68dc3ad56f |
line wrap: on
line diff
--- a/dnd.module Fri Feb 27 00:49:22 2009 -0600 +++ b/dnd.module Fri Feb 27 11:50:59 2009 -0600 @@ -77,6 +77,7 @@ function dnd_process_textarea($element, $form_state) { if ($element['#dnd-enabled']) { + drupal_add_js(drupal_get_path('module', 'dnd') .'/js/jquery.url.packed.js', 'footer'); drupal_add_js(drupal_get_path('module', 'dnd') .'/js/dnd.js', 'footer'); drupal_add_js(drupal_get_path('module', 'dnd') .'/js/dnd-library.js', 'footer');