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/bg/js | |
parent | 7b9731e616415f90b61e94d4db627928a3a35a03 (diff) |
Remove unused yomichan_frontend
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/settings/popup-preview-frame.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bg/js/settings/popup-preview-frame.js b/ext/bg/js/settings/popup-preview-frame.js index f65b119c..cabadced 100644 --- a/ext/bg/js/settings/popup-preview-frame.js +++ b/ext/bg/js/settings/popup-preview-frame.js @@ -48,7 +48,6 @@ class SettingsPopupPreview { // Overwrite frontend this.frontend = Frontend.create(); - window.yomichan_frontend = this.frontend; this.frontend.setEnabled = function () {}; this.frontend.searchClear = function () {}; |