Update apps.md

This commit is contained in:
julien.malik@paraiso.me 2014-12-12 10:57:15 +01:00 committed by YunoHost
parent 1287551a10
commit 01bab4b2bc

View file

@ -60,6 +60,11 @@ $(document).ready(function () {
.replace('{app_maintainer}', infos.manifest.developer.name)
.replace('{app_mail}', infos.manifest.developer.email);
}
else {
html
.replace('{app_maintainer}', 'unknown')
.replace('{app_mail}', 'unknown');
}
$('#app-accordion').append(html);
$('.app_'+ app_id).attr('id', 'app_'+ app_id);