From 87003bbac61eadef541c14075df2c538c0a0445f Mon Sep 17 00:00:00 2001 From: strukturart Date: Mon, 29 Apr 2024 20:52:09 +0200 Subject: [PATCH] openweather --- application/assets/js/openweather.js | 1 + 1 file changed, 1 insertion(+) 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,