mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Update apps.js
This commit is contained in:
parent
7d650e8e82
commit
35f812ab72
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@
|
||||||
var xhr_object = new XMLHttpRequest();
|
var xhr_object = new XMLHttpRequest();
|
||||||
xhr_object.open("GET", params.app + "raw/master/manifest.json", false);
|
xhr_object.open("GET", params.app + "raw/master/manifest.json", false);
|
||||||
xhr_object.send(null);
|
xhr_object.send(null);
|
||||||
return xhr_object.status
|
return xhr_object.status;
|
||||||
} === 200) {
|
} === 200) {
|
||||||
rawpath = 'raw/master/manifest.json';
|
rawpath = 'raw/master/manifest.json';
|
||||||
} // Install custom app from github
|
} // Install custom app from github
|
||||||
|
|
Loading…
Reference in a new issue