We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed522b commit 2d3f8f4Copy full SHA for 2d3f8f4
js/main.js
@@ -128,5 +128,5 @@
128
129
const items = Array.from(document.querySelectorAll('.item'));
130
const init = (() => items.forEach(item => new ImgItem(item)))();
131
- setTimeout(() => document.body.classList.remove('loading'), 500000);
+ setTimeout(() => document.body.classList.remove('loading'), 5000);
132
};
0 commit comments