mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update apps.md
This commit is contained in:
parent
1287551a10
commit
01bab4b2bc
1 changed files with 5 additions and 0 deletions
5
apps.md
5
apps.md
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue