This commit is contained in:
Josh Mudge 2017-09-19 13:50:35 -06:00
rodič ffdcef9b8b
revize f6e176bb31
1 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -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)";
} }