We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6702107 commit cd75cc4Copy full SHA for cd75cc4
1 file changed
isso/js/embed.js
@@ -70,7 +70,7 @@ require(["app/lib/ready", "app/config", "app/i18n", "app/api", "app/isso", "app/
70
}
71
72
// Finally, create Postbox with configs fetched from server
73
- isso_thread.append(new isso.Postbox(null));
+ $('#isso-root').prepend(new isso.Postbox(null));
74
75
if (rv.total_replies === 0) {
76
heading.textContent = i18n.translate("no-comments");
0 commit comments