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

Commite24f2dc

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 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
1 parenteef9725 commite24f2dc

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
@@ -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
vartabindex=elem.getAttribute("tabindex");
6564

‎src/queue/delay.js

Lines changed: 0 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp