From 4966aea381403ce368c17bcf4b2ecd836c82487d Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Fri, 26 Apr 2024 16:25:34 +0200 Subject: Docs: Change a few most common domains from HTTP to HTTPS Also, update a few stale URLs to what they redirect now to. Closes gh-2244 --- tests/unit/draggable/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/draggable/events.js') diff --git a/tests/unit/draggable/events.js b/tests/unit/draggable/events.js index 97ec912ae..45c3c20d5 100644 --- a/tests/unit/draggable/events.js +++ b/tests/unit/draggable/events.js @@ -124,7 +124,7 @@ QUnit.test( "stopping the stop callback", function( assert ) { assert.ok( element.draggable( "instance" ).helper, "the clone should not be deleted if the stop callback is stopped" ); } ); -// http://bugs.jqueryui.com/ticket/6884 +// https://bugs.jqueryui.com/ticket/6884 // Draggable: ui.offset.left differs between the "start" and "drag" hooks QUnit.test( "position and offset in hash is consistent between start, drag, and stop", function( assert ) { assert.expect( 4 ); -- cgit v1.2.3