Skip to content

Commit

Permalink
写错了笑死
Browse files Browse the repository at this point in the history
  • Loading branch information
STDquantum committed Aug 23, 2024
1 parent 2ce891c commit ca77599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
const imgs = document.getElementByTagName("img");
const imgs = document.getElementsByTagName("img");
const lazyImg1 = () => {
window.addEventListener("scroll", () => {
[...imgs].forEach(image => {
Expand Down

0 comments on commit ca77599

Please sign in to comment.