Not sure why but pacman was still hanging

This commit is contained in:
Alexandre Aubin 2019-02-05 15:28:10 +00:00
parent f0a4428f56
commit ac4d240a9b

View file

@ -66,7 +66,6 @@
}); });
}) })
.fail(function(stuff) { .fail(function(stuff) {
console.log(stuff);
c.flash('fail', y18n.t('error_retrieve_feed', [securityFeed])); c.flash('fail', y18n.t('error_retrieve_feed', [securityFeed]));
}); });
@ -76,6 +75,7 @@
if (data.security["CVE-2017-5754"].vulnerable) { if (data.security["CVE-2017-5754"].vulnerable) {
c.flash('danger', y18n.t('meltdown')); c.flash('danger', y18n.t('meltdown'));
} }
$('div.loader').remove();
}); });
}); });
}); });