···5252 datesButton = true;
5353 document.getElementById('datesButton').classList.toggle('selected');
5454 }
5555-5555+5656 // Adjust screen size for mobile and 4k monitors for some reason
5757- window.addEventListener('load', adjustScreenSize);
5757+ // window.addEventListener('load', adjustScreenSize);
5858 window.addEventListener('resize', adjustScreenSize);
59596060
+3-5
public_html/compatibility/index.html
···3434 <script defer src="./app.js"></script>
3535</head>
3636<body>
3737-<header id="header">
3838-</header>
3737+<header id="header"></header>
3938<main class="main">
4039 <h1 class="mainText">Game Compatibility List</h1>
4140 <h3 class="smolMainText">These are the games that have been tested with <span style="color: #f0e74a;">fp</span>PS4.<br>Click on an image to view the game's GitHub issue.<br>The database is updated every 10 minutes.</h3>
4241 <div class=progressContainer>
4343- <div class="progressWrap"><span class="progressBarInfo" id="PlayableInfo"></span><span class="progressBarText">Playable</span><div class="progressBar" id="PlayableBar" style="background:#54A396;"></div></div>
4242+ <div class="progressWrap"><span class="progressBarInfo" id="PlayableInfo"></span><span class="progr55essBarText">Playable</span><div class="progressBar" id="PlayableBar" style="background:#54A396;"></div></div>
4443 <div class="progressRow">
4544 <div class="progressWrap"><span class="progressBarInfo" id="MenusInfo"></span><span class="progressBarText">Menus</span><div class="progressBar" id="MenusBar" style="background:#4288B7;"></div></div>
4645 <div class="progressWrap"><span class="progressBarInfo" id="IngameInfo"></span><span class="progressBarText">Ingame</span><div class="progressBar" id="IngameBar" style="background:#fabb44;"></div></div>
···9392 <h5 style="text-align: center; font-size: 0.8rem;">Trademarks and logos displayed on this website are the property of their respective owners.<br> The use of any third-party trademarks, brand names, product names, and logos is for<br> informational purposes only and does not imply endorsement or sponsorship.</h5>
9493 <br>
9594</main>
9696-<footer id="footer">
9797-</footer>
9595+<footer id="footer"></footer>
9896</body>
9997</html>