From f6e176bb31d2b5c0150b6d8b281c982069bfe167 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Tue, 19 Sep 2017 13:50:35 -0600 Subject: [PATCH] per year --- calculate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calculate.js b/calculate.js index c205bae..51428f1 100644 --- a/calculate.js +++ b/calculate.js @@ -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)"; }