Skip to content

Commit 8fb79d3

Browse files
committedDec 6, 2024
when scanning manually, search apps/, not apps
1 parent 08dee6d commit 8fb79d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎js/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ httpGet(Const.APPS_JSON_FILE).then(apps=>{
8383
console.warn("APPS FILE NOT FOUND "+Const.APPS_JSON_FILE);
8484
console.log("Attempting search - SLOW");
8585
let baseurl = window.location.href.replace(/\/[^/]*$/,"/");
86-
let appsURL = baseurl+"apps";
86+
let appsURL = baseurl+"apps/";
8787
httpGet(appsURL).then(htmlText=>{
8888
showToast(Const.APPS_JSON_FILE+" can't be read, scanning 'apps' folder for apps","warning");
8989
var parser = new DOMParser();

0 commit comments

Comments
 (0)