瀏覽代碼

优化没有文章时提示

pull/14/head
Zisbusy 3 年之前
committed by GitHub
父節點
當前提交
2463aa183c
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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>';
}
}
});

Loading…
取消
儲存