summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-25 18:20:27 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-25 18:20:27 +0000
commitcd5457024d56dedfc0609116223c8608aaaca527 (patch)
treee4160647b91ea651047a81a693d347ce98affd73 /modules/system
parentd53f469d58a71356a71ada45c6c4f0954f7c47c1 (diff)
downloadbrdo-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.module5
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(