Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
m-casanova authored Aug 16, 2024
1 parent 5fc3d00 commit eedc858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Promise.all(fileCaricati)
});

// Scambio degli elementi
if (n1.io !== eid && n2.io === eid && a.t2) {
if (n1.io != eid && n2.io == eid && a.t2) {
[trCom[0], trCom[1]] = [trCom[1], trCom[0]];
}
}
Expand Down

0 comments on commit eedc858

Please sign in to comment.