Index: modalframe.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/modalframe/Attic/modalframe.module,v
retrieving revision 1.1.4.2
diff -u -p -r1.1.4.2 modalframe.module
--- modalframe.module	17 Jun 2009 15:01:20 -0000	1.1.4.2
+++ modalframe.module	19 Jun 2009 09:33:37 -0000
@@ -205,7 +205,7 @@ function modalframe_parent_js() {
   }
   $processed = TRUE;
 
-  jquery_ui_add(array('ui.dialog', 'ui.draggable'));
+  jquery_ui_add(array('ui.dialog'/*, 'ui.draggable'*/));
   $module_path = drupal_get_path('module', 'modalframe');
   drupal_add_css($module_path .'/css/parent.css');
   drupal_add_js($module_path .'/js/parent.js');
