Skip to content

Commit e24f2dc

Browse files
authored
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
1 parent eef9725 commit e24f2dc

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
@@ -59,7 +59,6 @@ jQuery.extend( {
5959
// Support: IE <=9 - 11+
6060
// elem.tabIndex doesn't always return the
6161
// correct value when it hasn't been explicitly set
62-
// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
6362
// Use proper attribute retrieval (trac-12072)
6463
var tabindex = elem.getAttribute( "tabindex" );
6564

src/queue/delay.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import "../queue.js";
44
import "../effects.js"; // Delay is optional because of this dependency
55

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

0 commit comments

Comments
 (0)