Signature below text below reply

pull/189/head
M66B 4 years ago
parent 3e95dfd106
commit 056a76a8f7

@ -5010,9 +5010,9 @@ public class FragmentCompose extends FragmentBase {
document.body().prependChild(div); document.body().prependChild(div);
else if (ref.size() == 0 || signature_location == 2) // bottom else if (ref.size() == 0 || signature_location == 2) // bottom
document.body().appendChild(div); document.body().appendChild(div);
else if (signature_location == 1) // between else if (signature_location == 1) // below text
if (write_below) if (write_below)
ref.last().after(div); document.body().appendChild(div);
else else
ref.first().before(div); ref.first().before(div);
} }

Loading…
Cancel
Save