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 1c6bffc commit 16fd46f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ta_cola.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ <h5 class="card-header">Cost adjustment by location</h5>

function onChange() {
var country = document.getElementById('country').value
var course = document.getElementById('course').value
console.log(course);
var course = document.getElementById('course').value.split(",")
var lead_ta = course[0];
var ta = course[1];

Expand Down

0 comments on commit 16fd46f

Please sign in to comment.