per year
This commit is contained in:
parent
ffdcef9b8b
commit
f6e176bb31
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
//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
|
||||
// Ad Mejorem Dei Glorium
|
||||
|
||||
|
@ -68,6 +68,6 @@ function calculate() {
|
|||
|
||||
//Show result
|
||||
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)";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue