Skip to content

Commit 2d3f8f4

Browse files
committed
loading fixed
1 parent eed522b commit 2d3f8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@
128128

129129
const items = Array.from(document.querySelectorAll('.item'));
130130
const init = (() => items.forEach(item => new ImgItem(item)))();
131-
setTimeout(() => document.body.classList.remove('loading'), 500000);
131+
setTimeout(() => document.body.classList.remove('loading'), 5000);
132132
};

0 commit comments

Comments
 (0)