We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89a774 commit 4f1ae71Copy full SHA for 4f1ae71
js/main.js
@@ -38,6 +38,8 @@ document.addEventListener("DOMContentLoaded", () => {
38
progress.style.background = `conic-gradient(#A61414 ${scrollValue}%, #3D3D3D ${scrollValue}%)`;
39
});
40
41
+ window.dispatchEvent(new Event('scroll'));
42
+
43
// Game filtering
44
filterSelection("all");
45
0 commit comments