We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dee6d commit 8fb79d3Copy full SHA for 8fb79d3
js/index.js
@@ -83,7 +83,7 @@ httpGet(Const.APPS_JSON_FILE).then(apps=>{
83
console.warn("APPS FILE NOT FOUND "+Const.APPS_JSON_FILE);
84
console.log("Attempting search - SLOW");
85
let baseurl = window.location.href.replace(/\/[^/]*$/,"/");
86
- let appsURL = baseurl+"apps";
+ let appsURL = baseurl+"apps/";
87
httpGet(appsURL).then(htmlText=>{
88
showToast(Const.APPS_JSON_FILE+" can't be read, scanning 'apps' folder for apps","warning");
89
var parser = new DOMParser();
0 commit comments