diff options
| author | Fuwn <[email protected]> | 2024-02-07 01:07:34 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-07 01:07:34 -0800 |
| commit | b2cd85ceddb1d39924b858cb198a9784954fd4c5 (patch) | |
| tree | 62c7afc68bbdf06da7221d0763db0c03bc28fcfa /src/app.html | |
| parent | fix(match): skip specials and ovas in schedule (diff) | |
| download | due.moe-b2cd85ceddb1d39924b858cb198a9784954fd4c5.tar.xz due.moe-b2cd85ceddb1d39924b858cb198a9784954fd4c5.zip | |
feat(hololive): hololive schedule
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app.html b/src/app.html index 293aa41b..5a221a19 100644 --- a/src/app.html +++ b/src/app.html @@ -79,6 +79,8 @@ ></script> <script> + var global = global || window; + aoButa = ''; document.addEventListener('DOMContentLoaded', () => { |