Skip to content

Commit

Permalink
Anzeige fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KeinNiemand authored and KeinNiemand committed May 21, 2016
1 parent ec1f8e0 commit 5d84162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Spiel.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ function BilTxtAkt ()
ExAPreisTxt.textContent = Sp.ExAPreis.toPrecision(3);
MaxKaufTxt.textContent = SchaltStatus(KaufModusA)
KaufModusBTxt.textContent = SchaltStatus(KaufModusB)
BKaufAnzTxt.textContent = BKaufAnz.toPrecision(6);
CKaufAnzTxt.textContent = CKaufAnz.toPrecision(6);
ExAKaufAnzTxt.textContent = ExAKaufAnz.toPrecision(6);
BKaufAnzTxt.textContent = Sp.BKaufAnz.toPrecision(6);
CKaufAnzTxt.textContent = Sp.CKaufAnz.toPrecision(6);
ExAKaufAnzTxt.textContent = Sp.ExAKaufAnz.toPrecision(6);
}

function Rechnen () {
Expand Down

0 comments on commit 5d84162

Please sign in to comment.