diff --git a/js/twister_formatpost.js b/js/twister_formatpost.js index 6dcc8bd..21a780b 100644 --- a/js/twister_formatpost.js +++ b/js/twister_formatpost.js @@ -88,7 +88,7 @@ function postToElem(post, kind, promoted) { } // Now create the html elements - var elem = $.MAL.getPostTemplate().clone(true); + var elem = $.MAL.getPostTemplate().clone(true).appendTo(twister.html.detached); elem.removeAttr('id') .addClass(kind) .attr('data-time', time)