mroe
This commit is contained in:
parent
686cfb7831
commit
118f7f4ee0
@ -45,7 +45,8 @@
|
|||||||
{{#post.OP}}
|
{{#post.OP}}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
fetch("/api/find?hash={{post.PostHash}}").then(function(resp) {
|
fetch("/api/find?hash={{post.PostHash}}").then(function(resp) {
|
||||||
var j= resp.json();
|
return resp.json();
|
||||||
|
}).then(function(j) {
|
||||||
console.log(j);
|
console.log(j);
|
||||||
if (j.legnth) {
|
if (j.legnth) {
|
||||||
var e = document.getElementById("post_body_{{post.PostHash}}");
|
var e = document.getElementById("post_body_{{post.PostHash}}");
|
||||||
|
Reference in New Issue
Block a user