diff --git a/application/assets/js/openweather.js b/application/assets/js/openweather.js index 9bbc9248..90c2093a 100644 --- a/application/assets/js/openweather.js +++ b/application/assets/js/openweather.js @@ -1,4 +1,5 @@ const weather = (() => { + //todo > 2024 06 change to 3.O let openweather_call = function (lat, lng, apikey, callback) { let xhr = new XMLHttpRequest({ mozSystem: true,