mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Not sure why but pacman was still hanging
This commit is contained in:
parent
f0a4428f56
commit
ac4d240a9b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,6 @@
|
|||
});
|
||||
})
|
||||
.fail(function(stuff) {
|
||||
console.log(stuff);
|
||||
c.flash('fail', y18n.t('error_retrieve_feed', [securityFeed]));
|
||||
});
|
||||
|
||||
|
@ -76,6 +75,7 @@
|
|||
if (data.security["CVE-2017-5754"].vulnerable) {
|
||||
c.flash('danger', y18n.t('meltdown'));
|
||||
}
|
||||
$('div.loader').remove();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue