preload gifs
This commit is contained in:
parent
36673b1f1d
commit
77c0744cb3
12 changed files with 39 additions and 14 deletions
|
|
@ -66,7 +66,7 @@ class Radar extends WeatherDisplay {
|
|||
});
|
||||
} catch (e) {
|
||||
console.error('Unable to get list of radars');
|
||||
console.error(e);
|
||||
console.error(e.status, e.responseJSON);
|
||||
this.setStatus(STATUS.failed);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue