Make search great again

This commit is contained in:
2018-03-17 20:41:18 +01:00
parent b21329538c
commit 28dc9001da
5 changed files with 196 additions and 14 deletions

View File

@ -710,6 +710,10 @@ export class AnimeNotifier {
}
}
innerHTML(element: HTMLElement, html: string) {
return Diff.innerHTML(element, html)
}
post(url: string, body: any) {
if(this.isLoading) {
return Promise.resolve(null)