Heavily improved page reload
This commit is contained in:
@ -4,4 +4,7 @@ import { AnimeNotifier } from "./AnimeNotifier"
|
||||
let app = new Application()
|
||||
let arn = new AnimeNotifier(app)
|
||||
|
||||
arn.init()
|
||||
arn.init()
|
||||
|
||||
// For debugging purposes
|
||||
window["arn"] = arn
|
Reference in New Issue
Block a user