Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf21a6ea

Browse files
authored
Tests: Use releases.jquery.com as external host for AJAX testing
Previously, we used example.com. However, that one is rate-limited, causing usfrequent unit test failures.Closesgh-5688
1 parenta848611 commitf21a6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/data/testinit.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var parentUrl = window.location.protocol + "//" + window.location.host,
1919
];
2020

2121
// see RFC 2606
22-
this.externalHost="example.com";
22+
this.externalHost="releases.jquery.com";
2323
this.hasPHP=true;
2424
this.isLocal=window.location.protocol==="file:";
2525

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp