Skip to content

Commit

Permalink
isso: js: embed: Insert Postbox before comments
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
ix5 committed Mar 20, 2022
1 parent 6702107 commit cd75cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isso/js/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit cd75cc4

Please sign in to comment.