Update apps.js

This commit is contained in:
frju365 2018-08-30 13:44:21 +02:00 committed by GitHub
parent 7d650e8e82
commit 35f812ab72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -465,7 +465,7 @@
var xhr_object = new XMLHttpRequest();
xhr_object.open("GET", params.app + "raw/master/manifest.json", false);
xhr_object.send(null);
return xhr_object.status
return xhr_object.status;
} === 200) {
rawpath = 'raw/master/manifest.json';
} // Install custom app from github