mirror of
https://github.com/danbulant/Mangades
synced 2026-06-17 21:31:03 +00:00
remove unnecesary code
This commit is contained in:
parent
83c4b0891d
commit
02930e98df
2 changed files with 0 additions and 2 deletions
|
|
@ -21,7 +21,6 @@
|
|||
return data;
|
||||
}
|
||||
|
||||
var chapters = getMangaChapters(mangaId);
|
||||
$: chapters = getMangaChapters(mangaId);
|
||||
|
||||
console.log(manga);
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
return res;
|
||||
}
|
||||
|
||||
var result = search(name);
|
||||
$: result = ratelimit(search, name);
|
||||
|
||||
var scrollSearch = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue