work with threads and quick-post-controls.js

This commit is contained in:
Michael Foster 2013-09-16 04:45:53 +10:00
parent 4b45ccc4ee
commit f2021725d3

View File

@ -42,7 +42,7 @@ $(window).ready(function() {
if ($($(form).data('submit-btn')).attr('name') == 'report') {
alert(_('Reported post(s).'));
if ($(form).hasClass('post-actions')) {
$(form).parent().find('input[type="checkbox"].delete').click();
$(form).parents('div.post').find('input[type="checkbox"].delete').click();
} else {
$(form).find('input[name="reason"]').val('');
}