mirror of
https://github.com/danbulant/Mangades
synced 2026-06-17 05:11:14 +00:00
don't repeat requests
This commit is contained in:
parent
0252f98dcf
commit
ee77ffee0d
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
export var manga;
|
||||
|
||||
function getManga(id) {
|
||||
if(!id) return;
|
||||
return request("manga/" + id);
|
||||
}
|
||||
var mangaData = getManga(manga);
|
||||
|
|
|
|||
Loading…
Reference in a new issue