Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianB0315 authored Aug 6, 2024
1 parent 6724b43 commit 17f1453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for(var x=0; x <links.length;x++){
}
//Animacion
function crearBarra(id_barra){
for(i=0;i<=14;i++){
for(i=0;i<=13;i++){
let div = document.createElement("div")
div.className="e"
id_barra.appendChild(div);
Expand Down

0 comments on commit 17f1453

Please sign in to comment.