From 35f812ab72164ec4e328b667039e3526a252f135 Mon Sep 17 00:00:00 2001 From: frju365 Date: Thu, 30 Aug 2018 13:44:21 +0200 Subject: [PATCH] Update apps.js --- src/js/yunohost/controllers/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/yunohost/controllers/apps.js b/src/js/yunohost/controllers/apps.js index d49cf574..5d969922 100644 --- a/src/js/yunohost/controllers/apps.js +++ b/src/js/yunohost/controllers/apps.js @@ -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