Skip to content

Commit 709367a

Browse files
committed
fixing onload original replacement (thank you markus for reporting it)
1 parent a6062a5 commit 709367a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: jquery.lazyload.js

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
// skip visible images
8585
if (isInViewport($(e))) {
8686
e.loaded = TRUE;
87+
if ($(e).attr(ORIGINAL)) $(e).attr(SRC, $(e).attr(ORIGINAL));
8788
return;
8889
}
8990

Diff for: jquery.lazyload.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)