From bc9181917182e27324ff0437cf0d10abd91fa581 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 28 Feb 2018 09:35:07 +0100 Subject: Compatibility for different build OSes --- html/index.html | 4 ++-- html/webbox.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'html') diff --git a/html/index.html b/html/index.html index d33d678..e9ea819 100644 --- a/html/index.html +++ b/html/index.html @@ -12,14 +12,14 @@ - +
Webbox
- + diff --git a/html/webbox.js b/html/webbox.js index 09a3979..55df1f5 100644 --- a/html/webbox.js +++ b/html/webbox.js @@ -57,7 +57,7 @@ function loadContents(dir) { } - xhr.open("GET", "bin/query" + currentDir + "?command=list", true); + xhr.open("GET", "bin/query" + dir + "?command=list", true); xhr.setRequestHeader("Authorization", "Basic " + btoa(username + ":" + password)); xhr.send(); } -- cgit v1.2.3