diff --git a/public/utils.js b/public/utils.js index 0ed006a..fa7b05f 100644 --- a/public/utils.js +++ b/public/utils.js @@ -129,7 +129,8 @@ function loadMore(e) { } }, function(res) { - e.target.outerHTML = '' + e.target.outerHTML = '' + document.getElementById("loadmore").className = "show" } ) return false; diff --git a/templates/post.html b/templates/post.html index 03663b7..c0763ec 100644 --- a/templates/post.html +++ b/templates/post.html @@ -21,7 +21,11 @@ {{ end }} {{ if ne .State.Op "vote_post" }} -