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
4abb69c0a8
commit
77593a1a35
1 changed files with 1 additions and 1 deletions
2
apps.md
2
apps.md
|
@ -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) {
|
||||
html = $('#app-template').html()
|
||||
|
|
Loading…
Reference in a new issue