Преглед изворни кода

优化没有文章时提示

pull/14/head
Zisbusy пре 3 година
committed by GitHub
родитељ
комит
2463aa183c
No known key found for this signature in database 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…
Откажи
Сачувај