diff --git a/isso/js/embed.js b/isso/js/embed.js index dbca15e88..9ad590010 100644 --- a/isso/js/embed.js +++ b/isso/js/embed.js @@ -70,7 +70,7 @@ require(["app/lib/ready", "app/config", "app/i18n", "app/api", "app/isso", "app/ } // Finally, create Postbox with configs fetched from server - isso_thread.append(new isso.Postbox(null)); + $('#isso-root').prepend(new isso.Postbox(null)); if (rv.total_replies === 0) { heading.textContent = i18n.translate("no-comments");