소스 검색

After posting we scroll to the bottom without waiting for the new post to be fetched. Fixes issue #28.

pull/30/head
Anonymous 8 년 전
부모
커밋
8d251cadf1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      js/ajax.js

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

@@ -94,7 +94,7 @@ $(window).ready(function() {
highlightReply(post_response.id);
window.location.hash = post_response.id;
$(window).scrollTop($('div.post#reply_' + post_response.id).offset().top);
$(window).scrollTop($(document).height());
$(form).find('input[type="submit"]').val(submit_txt);
$(form).find('input[type="submit"]').removeAttr('disabled');


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