We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e5440 commit cfd4eeeCopy full SHA for cfd4eee
1 file changed
script.js
@@ -49,7 +49,6 @@ async function loadRetos() {
49
const response = await fetch('data/links.json');
50
const data = await response.json();
51
renderRetos(data.retos);
52
- loadProgress();
53
} catch (error) {
54
console.error('Error cargando retos:', error);
55
document.getElementById('retosGrid').innerHTML = '<p>Error al cargar los retos</p>';
0 commit comments