Mercurial > defr > drupal > scald > dnd
diff dnd.module @ 19:d83073a08b25
Added beautytips, and advanced library behavior to the library prototype.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Fri, 06 Mar 2009 14:26:06 -0600 |
parents | 0d557e6e73f7 |
children | 89fe0aca43d4 |
line wrap: on
line diff
--- a/dnd.module Fri Mar 06 14:11:46 2009 -0600 +++ b/dnd.module Fri Mar 06 14:26:06 2009 -0600 @@ -76,7 +76,7 @@ */ function dnd_process_textarea($element, $form_state) { if ($element['#dnd-enabled']) { - drupal_add_js(drupal_get_path('module', 'dnd') .'/js/bt/other_libs/excanvas-compressed.js'); + drupal_add_js(drupal_get_path('module', 'dnd') .'/js/bt/other_libs/excanvas_0002/excanvas-compressed.js'); drupal_add_js(drupal_get_path('module', 'dnd') .'/js/jquery.url.packed.js'); drupal_add_js(drupal_get_path('module', 'dnd') .'/js/jquery.fieldselection.js'); drupal_add_js(drupal_get_path('module', 'dnd') .'/js/bt/jquery.bt.js');