mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
A day may come when I'll understand why we need to explictly remove the pacman here
This commit is contained in:
parent
b58ef5282c
commit
b8d36705ab
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue