소스 검색

work with threads and quick-post-controls.js

tags/vichan-devel-4.4.96
Michael Foster 10 년 전
부모
커밋
f2021725d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      js/ajax-post-controls.js

+ 1
- 1
js/ajax-post-controls.js 파일 보기

@@ -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('');
}


불러오는 중...
취소
저장