Skip to content

Commit

Permalink
Update ta_cola.html
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Feb 8, 2024
1 parent 081828a commit ab9ea17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ta_cola.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,9 @@ <h5 class="card-header">Cost adjustment by location</h5>
function onChange() {
var country = document.getElementById('country').value
var course = document.getElementById('course').value
var lead_ta = course[0]
var ta = course[1]
console.log(course);
var lead_ta = course[0];
var ta = course[1];

theStr = (country * lead_ta) + '/' + (country * ta) + ' USD' + ' (LeadTA/TA)

Expand Down

0 comments on commit ab9ea17

Please sign in to comment.