preload gifs

This commit is contained in:
Matt Walsh 2020-09-23 11:49:15 -05:00
commit 77c0744cb3
12 changed files with 39 additions and 14 deletions

View file

@ -52,7 +52,7 @@ class TravelForecast extends WeatherDisplay {
};
} catch (e) {
console.error(`GetTravelWeather for ${city.Name} failed`);
console.error(e);
console.error(e.status, e.responseJSON);
return {name: city.Name};
}
});