Remove unused yomichan_frontend

This commit is contained in:
toasted-nutbread 2019-12-20 23:20:22 -05:00
parent 7b9731e616
commit 8c236cca44
2 changed files with 1 additions and 2 deletions

View File

@ -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 () {};

View File

@ -17,4 +17,4 @@
*/
window.yomichan_frontend = Frontend.create();
Frontend.create();