test autorefresh
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user