This commit is contained in:
@@ -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",
|
||||
|
2
timeline/js/timeline.min.js
vendored
2
timeline/js/timeline.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user