Archived
1
0
This commit is contained in:
Jeff Becker 2019-03-02 11:13:26 -05:00
parent 1d0f501968
commit 794e2350cd
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -44,7 +44,7 @@
<span id="post_body_{{post.PostHash}}" class="message_span">{{{post.RenderBody}}}</span>
{{#post.OP}}
<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();
}).catch(function(resp) {
return [];