test autorefresh

This commit is contained in:
tom5079
2022-01-04 18:35:20 +09:00
parent 88102d56c9
commit 7727589ee7

View File

@@ -1,6 +1,6 @@
function get_gallery_info(galleryID) {
return new Promise((resolve, reject) => {
$.getScript(`https://ltn.hitomi.la/galleries/${galleryID}.html`, () => {
$.getScript(`https://ltn.hitomi.la/galleryblock/${galleryID}.html`, () => {
resolve(galleryinfo);
});
});