dannym pushed a commit to branch master
in repository maintenance.

commit 9bd3735776a1363c9fcfa29612c10d565d4cb806
Author: Danny Milosavljevic <dan...@scratchpost.org>
Date:   Thu Feb 8 19:28:09 2018 +0100

    hydra: status: Use relative URL for all requests.
    
    * hydra/nginx/html/status/index.html: Use relative URL for all requests.
---
 hydra/nginx/html/status/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/nginx/html/status/index.html 
b/hydra/nginx/html/status/index.html
index 138b662..0089c82 100644
--- a/hydra/nginx/html/status/index.html
+++ b/hydra/nginx/html/status/index.html
@@ -88,8 +88,9 @@ function tryAgain(thunk) {
        //      retrydelay = retrydelay * 2;
 }
 
-let URLPREFIX = "https://berlin.guixsd.org/";;
+//let URLPREFIX = "https://berlin.guixsd.org/";;
 //let URLPREFIX = "http://localhost:8080/";;
+let URLPREFIX = "/";
 let APIURLPREFIX = URLPREFIX + "api/";
 function getQueryValues(parametername) {
        var result = [];

Reply via email to