mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Update jQuery UI to 1.11.3.
Changelog: * http://jqueryui.com/changelog/1.11.3/ * https://github.com/jquery/jquery-ui/compare/1.11.2...1.11.3 fixes #31473. git-svn-id: https://develop.svn.wordpress.org/trunk@31569 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*!
|
||||
* jQuery UI CSS Framework 1.11.2
|
||||
* jQuery UI CSS Framework 1.11.3
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright 2014 jQuery Foundation and other contributors
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
@@ -93,10 +93,10 @@
|
||||
}
|
||||
|
||||
/*!
|
||||
* jQuery UI Resizable 1.11.2
|
||||
* jQuery UI Resizable 1.11.3
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright 2014 jQuery Foundation and other contributors
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
@@ -105,17 +105,17 @@
|
||||
}
|
||||
|
||||
/*!
|
||||
* jQuery UI Draggable/Sortable 1.11.2
|
||||
* jQuery UI Draggable/Sortable 1.11.3
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright 2014 jQuery Foundation and other contributors
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
.ui-draggable-handle,
|
||||
.ui-sortable-handle {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user