routine update

This commit is contained in:
yubaolee
2016-10-27 16:32:36 +08:00
parent fb28ea5488
commit 956137ac3a
58 changed files with 1567 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
/*!
* jQuery UI Draggable 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}