Remove unused yomichan_frontend
This commit is contained in:
parent
7b9731e616
commit
8c236cca44
@ -48,7 +48,6 @@ class SettingsPopupPreview {
|
|||||||
|
|
||||||
// Overwrite frontend
|
// Overwrite frontend
|
||||||
this.frontend = Frontend.create();
|
this.frontend = Frontend.create();
|
||||||
window.yomichan_frontend = this.frontend;
|
|
||||||
|
|
||||||
this.frontend.setEnabled = function () {};
|
this.frontend.setEnabled = function () {};
|
||||||
this.frontend.searchClear = function () {};
|
this.frontend.searchClear = function () {};
|
||||||
|
@ -17,4 +17,4 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
window.yomichan_frontend = Frontend.create();
|
Frontend.create();
|
||||||
|
Loading…
Reference in New Issue
Block a user