diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-20 23:20:22 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-20 23:20:22 -0500 |
commit | 8c236cca44dd6d641f9b185e784cfae9641884cc (patch) | |
tree | 9f199c6c820ae103207cf4c5e4da589330e74e1f /ext/fg/js | |
parent | 7b9731e616415f90b61e94d4db627928a3a35a03 (diff) |
Remove unused yomichan_frontend
Diffstat (limited to 'ext/fg/js')
-rw-r--r-- | ext/fg/js/frontend-initialize.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/frontend-initialize.js b/ext/fg/js/frontend-initialize.js index 37a82faa..8ffdf528 100644 --- a/ext/fg/js/frontend-initialize.js +++ b/ext/fg/js/frontend-initialize.js @@ -17,4 +17,4 @@ */ -window.yomichan_frontend = Frontend.create(); +Frontend.create(); |