Skip to content

Commit

Permalink
Update script.main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
riftmat authored Jun 27, 2023
1 parent f3b97f0 commit 4b60e53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function liczjedzenie() {

let jed = document.getElementById("jedze");
jed = (gl * cie.value) + (przy * cie.value) + (prze * (0.3 * cie.value));
console.log(jed);
document.getElementById("jedze").innerHTML = (jed).toString();
} // liczenie jedzenia

0 comments on commit 4b60e53

Please sign in to comment.