ajax-post-controls.js

This commit is contained in:
Michael Foster 2013-09-16 04:42:13 +10:00
parent 5d108319eb
commit 4b45ccc4ee
3 changed files with 92 additions and 4 deletions

View file

@ -63,6 +63,8 @@ $(document).ready(function(){
post_form.appendTo($(this).parent().parent());
//post_form.insertBefore($(this));
}
$(window).trigger('quick-post-controls', post_form);
} else {
var elm = $(this).parent().parent().find('form');