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

Commit4b0d890

Browse files
committed
Docs: Remove links to Web Archive from source
Neither of the removed links is crucial; one of them refers to a site that hassince started being malicious; while the Web Archive links remain safe, somescanners warn about such links. Removing them is the safest thing to do.Fixesgh-4981Closesgh-4991(cherry picked from commite24f2dc)
1 parentcb35067 commit4b0d890

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎src/attributes/prop.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jQuery.extend( {
6262
// Support: IE <=9 - 11 only
6363
// elem.tabIndex doesn't always return the
6464
// correct value when it hasn't been explicitly set
65-
// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
6665
// Use proper attribute retrieval(#12072)
6766
vartabindex=jQuery.find.attr(elem,"tabindex");
6867

‎src/queue/delay.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ define( [
77
"use strict";
88

99
// Based off of the plugin by Clint Helfers, with permission.
10-
// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/
1110
jQuery.fn.delay=function(time,type){
1211
time=jQuery.fx ?jQuery.fx.speeds[time]||time :time;
1312
type=type||"fx";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp