From ac4d240a9b51e74f46c78af072354b23c957e863 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 5 Feb 2019 15:28:10 +0000 Subject: [PATCH] Not sure why but pacman was still hanging --- src/js/yunohost/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/yunohost/events.js b/src/js/yunohost/events.js index 3f85c9e8..478edecc 100644 --- a/src/js/yunohost/events.js +++ b/src/js/yunohost/events.js @@ -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(); }); }); });