aboutsummaryrefslogtreecommitdiff
path: root/juick-server/src/main/resources
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-26 21:59:23 +0300
committerGravatar Vitaly Takmazov2018-09-26 21:59:23 +0300
commit80ad470b209eb11dd0225bb8c4d053787d6e4b4a (patch)
tree1fc24bdee22765f2ce48be9ee180d07a8b1d7f54 /juick-server/src/main/resources
parentf7be45d4eacdbb3c9ea77f439064992193331233 (diff)
www: fix absolute api url in thread template
Diffstat (limited to 'juick-server/src/main/resources')
-rw-r--r--juick-server/src/main/resources/templates/views/thread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-server/src/main/resources/templates/views/thread.html b/juick-server/src/main/resources/templates/views/thread.html
index d281e3bb..1ec9c233 100644
--- a/juick-server/src/main/resources/templates/views/thread.html
+++ b/juick-server/src/main/resources/templates/views/thread.html
@@ -111,7 +111,7 @@
</ul>
<div class="title2">
{% if visitor.uid > 0 %}
- <img src="https://api.juick.com/thread/mark_read/{{ msg.mid }}-{{ msg.rid }}.gif?hash={{visitor.authHash}}" />
+ <img src="/api/thread/mark_read/{{ msg.mid }}-{{ msg.rid }}.gif?hash={{visitor.authHash}}" />
{% endif %}
<h2>{{ i18n("messages","reply.replies") }} ({{ replies.size() }})</h2>
</div>