A day may come when I'll understand why we need to explictly remove the pacman here

This commit is contained in:
Alexandre Aubin 2020-04-19 16:15:49 +02:00
parent b58ef5282c
commit b8d36705ab

View file

@ -16,6 +16,7 @@
c.api('GET', '/versions', {}, function(data) { c.api('GET', '/versions', {}, function(data) {
$('#yunohost-version').html(y18n.t('footer_version', [data.yunohost.version, data.yunohost.repo])); $('#yunohost-version').html(y18n.t('footer_version', [data.yunohost.version, data.yunohost.repo]));
c.hideLoader();
}); });
}); });
}); });