1
0
mirror of https://github.com/Damillora/Yuika synced 2024-11-22 09:17:33 +00:00

Fix infinite scroll

This commit is contained in:
Damillora 2021-04-14 15:26:51 +07:00
parent 745c26d6d5
commit cb6b83dae0
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
}
// post feed element
var feedElement = document.querySelector('.post-feed');
var feedElement = document.querySelector('.post-list');
if (!feedElement) {
return;
}

View File

@ -1,7 +1,7 @@
{
"name": "yuika",
"description": "nanao.moe's blog theme",
"version": "3.0.0",
"version": "3.0.1",
"engines": {
"ghost-api": "v3"
},