diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-11-08 03:05:51 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-11-08 03:05:51 +0100 |
| commit | 84b81c1af0e3a5f0fc15047074601398d3ff5b0d (patch) | |
| tree | 3624634334481a173fc47ba46ba20f2aa992f4a7 /htroot/Status.html | |
| parent | 731684105abfdf866a38e51b3e55a31778900759 (diff) | |
Switched more URLs to relative ones when possible.
This permits an easier and more flexible reverse proxy configuration.
Some related mantis issues : http://mantis.tokeek.de/view.php?id=106 and
http://mantis.tokeek.de/view.php?id=701
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index 2de6d9d2b..9db8e3c05 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -9,7 +9,7 @@ function loadBanner() { for (var i = 0; i < document.images.length; i++) { if (document.images[i].src.indexOf("Banner.png") > 0) { - document.images[i].src = "/Banner.png?textcolor=000000&bgcolor=e7effc&bordercolor=5090d0&time=" + (new Date()).getTime(); + document.images[i].src = "Banner.png?textcolor=000000&bgcolor=e7effc&bordercolor=5090d0&time=" + (new Date()).getTime(); break; } } |
