From 081828a4e6ecf11d283630d05917f7fdfd9b5b69 Mon Sep 17 00:00:00 2001 From: Zoltan Date: Thu, 8 Feb 2024 15:50:50 -0500 Subject: [PATCH] Update ta_cola.html --- ta_cola.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ta_cola.html b/ta_cola.html index 75b9f34..08acd18 100644 --- a/ta_cola.html +++ b/ta_cola.html @@ -314,7 +314,7 @@
Cost adjustment by location
var country = document.getElementById('country').value var course = document.getElementById('course').value var lead_ta = course[0] - var ta = course[2] + var ta = course[1] theStr = (country * lead_ta) + '/' + (country * ta) + ' USD' + ' (LeadTA/TA)