diff options
Diffstat (limited to 'ui/widgets/draggable.js')
-rw-r--r-- | ui/widgets/draggable.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js index 0307fb8e8..818273694 100644 --- a/ui/widgets/draggable.js +++ b/ui/widgets/draggable.js @@ -1,17 +1,17 @@ /*! * jQuery UI Draggable @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Draggable //>>group: Interactions //>>description: Enables dragging functionality for any element. -//>>docs: http://api.jqueryui.com/draggable/ -//>>demos: http://jqueryui.com/draggable/ +//>>docs: https://api.jqueryui.com/draggable/ +//>>demos: https://jqueryui.com/draggable/ //>>css.structure: ../../themes/base/draggable.css ( function( factory ) { |