aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/core.js
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-04-26 16:25:34 +0200
committerGitHub <noreply@github.com>2024-04-26 16:25:34 +0200
commit4966aea381403ce368c17bcf4b2ecd836c82487d (patch)
treef22c8c76026832b9834dfc51f3d46be3d1831b22 /tests/unit/tooltip/core.js
parent28895912d7eed6862a062be7b8c51fad021e51cf (diff)
downloadjquery-ui-4966aea381403ce368c17bcf4b2ecd836c82487d.tar.gz
jquery-ui-4966aea381403ce368c17bcf4b2ecd836c82487d.zip
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
Diffstat (limited to 'tests/unit/tooltip/core.js')
-rw-r--r--tests/unit/tooltip/core.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/tooltip/core.js b/tests/unit/tooltip/core.js
index 0e765c4ba..8fb2fcf92 100644
--- a/tests/unit/tooltip/core.js
+++ b/tests/unit/tooltip/core.js
@@ -135,7 +135,7 @@ QUnit.test( "tooltip on .ui-state-disabled element", function( assert ) {
assert.equal( $( ".ui-tooltip" ).length, 0 );
} );
-// http://bugs.jqueryui.com/ticket/8740
+// https://bugs.jqueryui.com/ticket/8740
QUnit.test( "programmatic focus with async content", function( assert ) {
var ready = assert.async();
assert.expect( 2 );
@@ -185,7 +185,7 @@ QUnit.test( "destroy during hide animation; only one close event", function( ass
} );
} );
-// http://bugs.jqueryui.com/ticket/10602
+// https://bugs.jqueryui.com/ticket/10602
QUnit.test( "multiple active delegated tooltips", function( assert ) {
var ready = assert.async();
assert.expect( 1 );
@@ -234,7 +234,7 @@ QUnit.test( "multiple active delegated tooltips", function( assert ) {
step1();
} );
-// http://bugs.jqueryui.com/ticket/11272
+// https://bugs.jqueryui.com/ticket/11272
QUnit.test( "remove conflicting attributes from live region", function( assert ) {
assert.expect( 2 );