diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-06-25 18:20:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-06-25 18:20:27 +0000 |
commit | cd5457024d56dedfc0609116223c8608aaaca527 (patch) | |
tree | e4160647b91ea651047a81a693d347ce98affd73 /modules/system | |
parent | d53f469d58a71356a71ada45c6c4f0954f7c47c1 (diff) | |
download | brdo-cd5457024d56dedfc0609116223c8608aaaca527.tar.gz brdo-cd5457024d56dedfc0609116223c8608aaaca527.tar.bz2 |
- Patch #836700 by james.elliott: upgrade to jQuery UI 1.8 doesn't include proper dependencies for dialog.
Diffstat (limited to 'modules/system')
-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( |