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
88d94b1bd6
commit
7d650e8e82
1 changed files with 2 additions and 1 deletions
|
@ -465,7 +465,8 @@
|
||||||
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);
|
||||||
} == true) {
|
return xhr_object.status
|
||||||
|
} === 200) {
|
||||||
rawpath = 'raw/master/manifest.json';
|
rawpath = 'raw/master/manifest.json';
|
||||||
} // Install custom app from github
|
} // Install custom app from github
|
||||||
else if (params.app.indexOf("github.com") !== "-1") {
|
else if (params.app.indexOf("github.com") !== "-1") {
|
||||||
|
|
Loading…
Reference in a new issue