meh
This commit is contained in:
parent
1d0f501968
commit
794e2350cd
@ -44,7 +44,7 @@
|
|||||||
<span id="post_body_{{post.PostHash}}" class="message_span">{{{post.RenderBody}}}</span>
|
<span id="post_body_{{post.PostHash}}" class="message_span">{{{post.RenderBody}}}</span>
|
||||||
{{#post.OP}}
|
{{#post.OP}}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var j = fetch("/api/find?h={{post.PostHash}}").then(function(resp) {
|
var j = fetch("/api/find?hash={{post.PostHash}}").then(function(resp) {
|
||||||
return resp.json();
|
return resp.json();
|
||||||
}).catch(function(resp) {
|
}).catch(function(resp) {
|
||||||
return [];
|
return [];
|
||||||
|
Reference in New Issue
Block a user