소스 검색

优化没有文章时提示

pull/14/head
Zisbusy 3 년 전
committed by GitHub
부모
커밋
2463aa183c
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Akina/js/global.js

+ 1
- 1
Akina/js/global.js 파일 보기

@ -197,7 +197,7 @@ var loadSingle = function(){
$("#pagination a").attr("href", nextHref);
} else {
// If there is no link, that is the last page, then remove the navigation
$("#pagination").remove();
$("#pagination")[0].innerHTML = '<span class="nextStop">没有了</span>';
}
}
});

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