mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 17:27:32 +00:00
Fix infinite scroll
This commit is contained in:
parent
745c26d6d5
commit
cb6b83dae0
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user