Correción de errores

This commit is contained in:
Dario Sevilla Muñoz 2025-05-27 23:58:00 +02:00
parent 02e3ce0677
commit ebdc15a55c

View File

@ -1,5 +1,6 @@
// PlayerHidder.js // PlayerHidder.js
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
console.log('PlayerHidder.js loaded');
const selector = '#map-container > div > div:nth-child(2)'; const selector = '#map-container > div > div:nth-child(2)';
function hideDiv() { function hideDiv() {