From f6b31c91d4f4a388beb5861fc162eab57c3edaef Mon Sep 17 00:00:00 2001 From: Zoltan Date: Thu, 8 Feb 2024 15:45:35 -0500 Subject: [PATCH] Update cola.html --- cola.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cola.html b/cola.html index 4fb20e7..f68a599 100644 --- a/cola.html +++ b/cola.html @@ -345,6 +345,10 @@
Cost adjustment by location
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";