diff dnd.module @ 16:bb68dc3ad56f

Major refactor to provide better TinyMCE support and less configuration options, added new jquery dependency, etc.
author David Eads <eads@chicagotech.org>
date Tue, 03 Mar 2009 16:57:39 -0600
parents a5b2b9fa2a1a
children 1a77f87927dd
line wrap: on
line diff
--- a/dnd.module	Mon Mar 02 23:22:37 2009 -0600
+++ b/dnd.module	Tue Mar 03 16:57:39 2009 -0600
@@ -78,6 +78,7 @@
   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/jquery.fieldselection.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');