1
0
Fork 0
Dieser Commit ist enthalten in:
Josh Mudge 2017-09-19 13:50:35 -06:00
Ursprung ffdcef9b8b
Commit f6e176bb31
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -1,6 +1,6 @@
"use strict"; "use strict";
//Licensed under the Apache License 2.0. See license file for information. //Licensed under the Apache License 2.0. See license file for information.
// Ardon Income Calculator v3.1 stable. // Ardon Income Calculator v3.1.1 stable.
// Written by Josh Mudge // Written by Josh Mudge
// Ad Mejorem Dei Glorium // Ad Mejorem Dei Glorium
@ -68,6 +68,6 @@ function calculate() {
//Show result //Show result
alert("Your income is " + total + " Gold"); alert("Your income is " + total + " Gold");
document.getElementById("Income").innerHTML = "Your Income is " + total + " Gold"; document.getElementById("Income").innerHTML = "Your Income is " + total + " Gold per Minecraft Year (5 days)";
} }