From 526610e2e7a3d3ec687dc7ea8736081c7d69255b Mon Sep 17 00:00:00 2001 From: neurolit Date: Wed, 24 Oct 2012 19:48:13 +0200 Subject: =?UTF-8?q?Templates:=20relative=20links=20instead=20of=20absolute?= =?UTF-8?q?=20ones=20for=20/static=20directory=20=E2=80=A6irector?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two links were absolute ("/static/...") instead of relative ("../static"). The image was not loaded with sites behind reverse proxies and subdirectory. --- src/templates/pad.html | 2 +- src/templates/timeslider.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/pad.html b/src/templates/pad.html index 425e476d..7e19535e 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -233,7 +233,7 @@

Reestablishing connection...

-

+

Opened in another window.

diff --git a/src/templates/timeslider.html b/src/templates/timeslider.html index 469ddd94..c7defcc0 100644 --- a/src/templates/timeslider.html +++ b/src/templates/timeslider.html @@ -83,7 +83,7 @@

Reestablishing connection...

-

+

Opened in another window.

-- cgit v1.2.3