From b8d36705abec925ae9dbe07f90fd477945bbbf02 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 19 Apr 2020 16:15:49 +0200 Subject: [PATCH] A day may come when I'll understand why we need to explictly remove the pacman here --- src/js/yunohost/events.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/yunohost/events.js b/src/js/yunohost/events.js index 2f53c49f..e10c0678 100644 --- a/src/js/yunohost/events.js +++ b/src/js/yunohost/events.js @@ -16,6 +16,7 @@ c.api('GET', '/versions', {}, function(data) { $('#yunohost-version').html(y18n.t('footer_version', [data.yunohost.version, data.yunohost.repo])); + c.hideLoader(); }); }); });