Merge pull request #1086 from neurolit/patch_relative_static_links

Templates: relative links instead of absolute ones for /static directory
This commit is contained in:
John McLear 2012-10-25 06:52:16 -07:00
commit a01768fc46
2 changed files with 2 additions and 2 deletions

View file

@ -233,7 +233,7 @@
</div>
<div class="reconnecting">
<h1>Reestablishing connection...</h1>
<p><img alt="" border="0" src="/static/img/connectingbar.gif" /></p>
<p><img alt="" border="0" src="../static/img/connectingbar.gif" /></p>
</div>
<div class="userdup">
<h1>Opened in another window.</h1>

View file

@ -83,7 +83,7 @@
</div>
<div class="reconnecting">
<h1>Reestablishing connection...</h1>
<p><img alt="" border="0" src="/static/img/connectingbar.gif" /></p>
<p><img alt="" border="0" src="../../static/img/connectingbar.gif" /></p>
</div>
<div class="userdup">
<h1>Opened in another window.</h1>