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 Sep 17, 2024
1 parent 8199bbc commit 51da5b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ta_cola.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ <h5 class="card-header">Cost adjustment by location</h5>
opt.value = [1500, 1143];
opt.text = 'NeuroAI';
select3.add(opt);
var opt = document.createElement('option');
opt.value = [506.25, 506.25];
opt.text = 'Open Science 101';
select3.add(opt);

//document.querySelector(".js-Selector").value = "Europe/Brussels";

Expand Down

0 comments on commit 51da5b6

Please sign in to comment.