Skip to content

Commit bb0007f

Browse files
committed
isso: js: embed: Insert Postbox before comments
This is a backport of #820 to the 0.12.6 release branch. This restores the behavior before #311 Closes #815 Note: This is only a hotfix!
1 parent 735860b commit bb0007f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isso/js/embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require(["app/lib/ready", "app/config", "app/i18n", "app/api", "app/isso", "app/
7070
}
7171

7272
// Finally, create Postbox with configs fetched from server
73-
isso_thread.append(new isso.Postbox(null));
73+
$('#isso-root').prepend(new isso.Postbox(null));
7474

7575
if (rv.total_replies === 0) {
7676
heading.textContent = i18n.translate("no-comments");

0 commit comments

Comments
 (0)