Skip to content

Commit 4b0d890

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 has since started being malicious; while the Web Archive links remain safe, some scanners warn about such links. Removing them is the safest thing to do. Fixes gh-4981 Closes gh-4991 (cherry picked from commit e24f2dc)
1 parent cb35067 commit 4b0d890

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/attributes/prop.js

-1
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
var tabindex = jQuery.find.attr( elem, "tabindex" );
6867

src/queue/delay.js

-1
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)