Ver código fonte

优化没有文章时提示

pull/14/head
Zisbusy 3 anos atrás
committed by GitHub
pai
commit
2463aa183c
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Akina/js/global.js

+ 1
- 1
Akina/js/global.js Ver arquivo

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

Carregando…
Cancelar
Salvar