mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update apps_fr.md
This commit is contained in:
parent
89c00e2bdd
commit
4abb69c0a8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function timeConverter(UNIX_timestamp) {
|
|||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
$.getJSON('http://app.yunohost.org/list.json', function(app_list) {
|
||||
$.getJSON('/list.json', function(app_list) {
|
||||
console.log(app_list);
|
||||
$.each(app_list, function(app_id, infos) {
|
||||
if (typeof infos.manifest.description.fr === undefined) {
|
||||
|
|
Loading…
Add table
Reference in a new issue