summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module62
1 files changed, 31 insertions, 31 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 972618848..697c394ed 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1156,7 +1156,7 @@ function system_library() {
$libraries['ui'] = array(
'title' => 'jQuery UI: Core',
'website' => 'http://jqueryui.com',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.core.min.js' => array('group' => JS_LIBRARY, 'weight' => -11),
),
@@ -1168,7 +1168,7 @@ function system_library() {
$libraries['ui.accordion'] = array(
'title' => 'jQuery UI: Accordion',
'website' => 'http://jqueryui.com/demos/accordion/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.accordion.min.js' => array(),
),
@@ -1182,7 +1182,7 @@ function system_library() {
$libraries['ui.autocomplete'] = array(
'title' => 'jQuery UI: Autocomplete',
'website' => 'http://jqueryui.com/demos/autocomplete/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.autocomplete.min.js' => array(),
),
@@ -1197,7 +1197,7 @@ function system_library() {
$libraries['ui.button'] = array(
'title' => 'jQuery UI: Button',
'website' => 'http://jqueryui.com/demos/button/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.button.min.js' => array(),
),
@@ -1211,7 +1211,7 @@ function system_library() {
$libraries['ui.datepicker'] = array(
'title' => 'jQuery UI: Date Picker',
'website' => 'http://jqueryui.com/demos/datepicker/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.datepicker.min.js' => array(),
),
@@ -1225,7 +1225,7 @@ function system_library() {
$libraries['ui.dialog'] = array(
'title' => 'jQuery UI: Dialog',
'website' => 'http://jqueryui.com/demos/dialog/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.dialog.min.js' => array(),
),
@@ -1244,7 +1244,7 @@ function system_library() {
$libraries['ui.draggable'] = array(
'title' => 'jQuery UI: Draggable',
'website' => 'http://jqueryui.com/demos/draggable/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.draggable.min.js' => array(),
),
@@ -1256,7 +1256,7 @@ function system_library() {
$libraries['ui.droppable'] = array(
'title' => 'jQuery UI: Droppable',
'website' => 'http://jqueryui.com/demos/droppable/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.droppable.min.js' => array(),
),
@@ -1269,7 +1269,7 @@ function system_library() {
$libraries['ui.mouse'] = array(
'title' => 'jQuery UI: Droppable',
'website' => 'http://docs.jquery.com/UI/Mouse',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.mouse.min.js' => array(),
),
@@ -1280,7 +1280,7 @@ function system_library() {
$libraries['ui.position'] = array(
'title' => 'jQuery UI: Position',
'website' => 'http://jqueryui.com/demos/position/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.position.min.js' => array(),
),
@@ -1288,7 +1288,7 @@ function system_library() {
$libraries['ui.progressbar'] = array(
'title' => 'jQuery UI: Progress Bar',
'website' => 'http://jqueryui.com/demos/progressbar/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.progressbar.min.js' => array(),
),
@@ -1302,7 +1302,7 @@ function system_library() {
$libraries['ui.resizable'] = array(
'title' => 'jQuery UI: Resizable',
'website' => 'http://jqueryui.com/demos/resizable/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.resizable.min.js' => array(),
),
@@ -1317,7 +1317,7 @@ function system_library() {
$libraries['ui.selectable'] = array(
'title' => 'jQuery UI: Selectable',
'website' => 'http://jqueryui.com/demos/selectable/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.selectable.min.js' => array(),
),
@@ -1332,7 +1332,7 @@ function system_library() {
$libraries['ui.slider'] = array(
'title' => 'jQuery UI: Slider',
'website' => 'http://jqueryui.com/demos/slider/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.slider.min.js' => array(),
),
@@ -1347,7 +1347,7 @@ function system_library() {
$libraries['ui.sortable'] = array(
'title' => 'jQuery UI: Sortable',
'website' => 'http://jqueryui.com/demos/sortable/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.sortable.min.js' => array(),
),
@@ -1359,7 +1359,7 @@ function system_library() {
$libraries['ui.tabs'] = array(
'title' => 'jQuery UI: Tabs',
'website' => 'http://jqueryui.com/demos/tabs/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.tabs.min.js' => array(),
),
@@ -1373,7 +1373,7 @@ function system_library() {
$libraries['ui.widget'] = array(
'title' => 'jQuery UI: Widget',
'website' => 'http://docs.jquery.com/UI/Widget',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.ui.widget.min.js' => array('group' => JS_LIBRARY, 'weight' => -10),
),
@@ -1384,7 +1384,7 @@ function system_library() {
$libraries['effects'] = array(
'title' => 'jQuery UI: Effects',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.core.min.js' => array('group' => JS_LIBRARY, 'weight' => -9),
),
@@ -1392,7 +1392,7 @@ function system_library() {
$libraries['effects.blind'] = array(
'title' => 'jQuery UI: Effects Blind',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.blind.min.js' => array(),
),
@@ -1403,7 +1403,7 @@ function system_library() {
$libraries['effects.bounce'] = array(
'title' => 'jQuery UI: Effects Bounce',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.bounce.min.js' => array(),
),
@@ -1414,7 +1414,7 @@ function system_library() {
$libraries['effects.clip'] = array(
'title' => 'jQuery UI: Effects Clip',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.clip.min.js' => array(),
),
@@ -1425,7 +1425,7 @@ function system_library() {
$libraries['effects.drop'] = array(
'title' => 'jQuery UI: Effects Drop',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.drop.min.js' => array(),
),
@@ -1436,7 +1436,7 @@ function system_library() {
$libraries['effects.explode'] = array(
'title' => 'jQuery UI: Effects Explode',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.explode.min.js' => array(),
),
@@ -1447,7 +1447,7 @@ function system_library() {
$libraries['effects.fade'] = array(
'title' => 'jQuery UI: Effects Fade',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.fade.min.js' => array(),
),
@@ -1458,7 +1458,7 @@ function system_library() {
$libraries['effects.fold'] = array(
'title' => 'jQuery UI: Effects Fold',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.fold.min.js' => array(),
),
@@ -1469,7 +1469,7 @@ function system_library() {
$libraries['effects.highlight'] = array(
'title' => 'jQuery UI: Effects Highlight',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.highlight.min.js' => array(),
),
@@ -1480,7 +1480,7 @@ function system_library() {
$libraries['effects.pulsate'] = array(
'title' => 'jQuery UI: Effects Pulsate',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.pulsate.min.js' => array(),
),
@@ -1491,7 +1491,7 @@ function system_library() {
$libraries['effects.scale'] = array(
'title' => 'jQuery UI: Effects Scale',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.scale.min.js' => array(),
),
@@ -1502,7 +1502,7 @@ function system_library() {
$libraries['effects.shake'] = array(
'title' => 'jQuery UI: Effects Shake',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.shake.min.js' => array(),
),
@@ -1513,7 +1513,7 @@ function system_library() {
$libraries['effects.slide'] = array(
'title' => 'jQuery UI: Effects Slide',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.slide.min.js' => array(),
),
@@ -1524,7 +1524,7 @@ function system_library() {
$libraries['effects.transfer'] = array(
'title' => 'jQuery UI: Effects Transfer',
'website' => 'http://jqueryui.com/demos/effect/',
- 'version' => '1.8',
+ 'version' => '1.8.6',
'js' => array(
'misc/ui/jquery.effects.transfer.min.js' => array(),
),