From e24f2dcf3f6bda1a672502e0233c732065cbbe89 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Tue, 4 Jan 2022 16:33:43 +0100 Subject: 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 --- src/attributes/prop.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/attributes/prop.js') diff --git a/src/attributes/prop.js b/src/attributes/prop.js index e80532eb6..3c180593f 100644 --- a/src/attributes/prop.js +++ b/src/attributes/prop.js @@ -59,7 +59,6 @@ jQuery.extend( { // Support: IE <=9 - 11+ // elem.tabIndex doesn't always return the // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ // Use proper attribute retrieval (trac-12072) var tabindex = elem.getAttribute( "tabindex" ); -- cgit v1.2.3