Van
2018-12-05 12:36:15 +08:00
parent 44f16a91f5
commit 6ca3f2c627
4 changed files with 4 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ var timeline = {
path = "/articles/archives/" + archive + "/";
}
$.ajax({
url: latkeConfig.servePath + path + currentPage,
url: latkeConfig.servePath + path + '?p=' + currentPage,
type: "GET",
beforeSend: function() {
$more.css("background",

File diff suppressed because one or more lines are too long