mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-08 11:58:12 -07:00
Add first-class <noscript/> support to Supported Games page. Also fix css issue where the game title did not display a cursor:pointer when hovered.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
window.addEventListener('load', () => {
|
||||
document.getElementById('js-enabled').style.display = 'block';
|
||||
const gameHeaders = document.getElementsByClassName('collapse-toggle');
|
||||
Array.from(gameHeaders).forEach((header) => {
|
||||
const gameName = header.getAttribute('data-game');
|
||||
|
||||
Reference in New Issue
Block a user