diff options
-rw-r--r-- | modules/system/system.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 23d218af2..d187cc4ce 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1216,6 +1216,11 @@ function system_library() { ), 'dependencies' => array( array('system', 'ui.widget'), + array('system', 'ui.button'), + array('system', 'ui.draggable'), + array('system', 'ui.mouse'), + array('system', 'ui.position'), + array('system', 'ui.resizable'), ), ); $libraries['ui.draggable'] = array( |