fixes #90
This commit is contained in:
parent
486629ad0c
commit
c71646d295
2 changed files with 19 additions and 14 deletions
|
@ -146,7 +146,8 @@ function update(ua) {
|
|||
else {
|
||||
throw Error('OS is not found');
|
||||
}
|
||||
}).finally(() => {
|
||||
// FF 55.0 does not support finally
|
||||
}).catch(() => {}).then(() => {
|
||||
parent.dataset.loading = false;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue