diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-04-26 17:28:11 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-04-26 17:28:11 +0200 |
commit | 8e34aa6155d2c0770962c42d49a696183fe6d80f (patch) | |
tree | 715d0c175ff5e0b6415f78b4a20bc2ac58aa80d2 /ui/widgets | |
parent | f4a97881ef3d8b8dc8e0ee2cddd3c362bd63f6f3 (diff) | |
download | jquery-ui-8e34aa6155d2c0770962c42d49a696183fe6d80f.tar.gz jquery-ui-8e34aa6155d2c0770962c42d49a696183fe6d80f.zip |
Docs: Update leftover HTTP Trac URLs to HTTPS
Diffstat (limited to 'ui/widgets')
-rw-r--r-- | ui/widgets/draggable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js index 818273694..91443fac5 100644 --- a/ui/widgets/draggable.js +++ b/ui/widgets/draggable.js @@ -386,7 +386,7 @@ $.widget( "ui.draggable", $.ui.mouse, { o.appendTo ) ); } - // Http://bugs.jqueryui.com/ticket/9446 + // https://bugs.jqueryui.com/ticket/9446 // a helper function can return the original element // which wouldn't have been set to relative in _create if ( helperIsFunction && helper[ 0 ] === this.element[ 0 ] ) { |