Skip to content

Commit cfd4eee

Browse files
committed
Fix progress error, remove unused loadProgress
1 parent 27e5440 commit cfd4eee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ async function loadRetos() {
4949
const response = await fetch('data/links.json');
5050
const data = await response.json();
5151
renderRetos(data.retos);
52-
loadProgress();
5352
} catch (error) {
5453
console.error('Error cargando retos:', error);
5554
document.getElementById('retosGrid').innerHTML = '<p>Error al cargar los retos</p>';

0 commit comments

Comments
 (0)