1
0
mirror of https://github.com/Damillora/Yuika synced 2024-11-22 17:27:32 +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 // post feed element
var feedElement = document.querySelector('.post-feed'); var feedElement = document.querySelector('.post-list');
if (!feedElement) { if (!feedElement) {
return; return;
} }

View File

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