This commit is contained in:
Ray Lothian 2020-09-06 09:57:47 +02:00
parent 486629ad0c
commit c71646d295
2 changed files with 19 additions and 14 deletions

View file

@ -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;
});
}