preload gifs

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

View File

@@ -146,7 +146,7 @@ const GetMonthPrecipitation = async (WeatherParameters) => {
} catch (e) {
console.error('GetMonthPrecipitation failed');
console.error(e);
console.error(e.status, e.responseJSON);
return false;
}