forked from leftypol/leftypol
p.body changed to div.body
This commit is contained in:
parent
34e9e671b3
commit
9fbf24dca5
5 changed files with 121 additions and 5 deletions
|
@ -58,7 +58,7 @@ $(document).ready(function(){
|
|||
post_form.find('input[type="password"]').val(localStorage.password);
|
||||
|
||||
if(thread) {
|
||||
post_form.prependTo($(this).parent().parent().find('p.body'));
|
||||
post_form.prependTo($(this).parent().parent().find('div.body'));
|
||||
} else {
|
||||
post_form.appendTo($(this).parent().parent());
|
||||
//post_form.insertBefore($(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue