Skip to content

Commit

Permalink
Update cola.html
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Feb 8, 2024
1 parent 5ee59ca commit f6b31c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cola.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,10 @@ <h5 class="card-header">Cost adjustment by location</h5>
opt.value = 600;
opt.text = 'Computational Tools for Climate Science';
select3.add(opt);
var opt = document.createElement('option');
opt.value = 600;
opt.text = 'NeuroAI';
select3.add(opt);

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

Expand Down

0 comments on commit f6b31c9

Please sign in to comment.