cleanup
This commit is contained in:
parent
8bcc4ddf19
commit
d6c2f1cc38
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
|
||||
window.driver = new class {
|
||||
window.frontend = new class {
|
||||
constructor() {
|
||||
this.popup = new Popup();
|
||||
this.popupTimer = null;
|
@ -20,7 +20,7 @@
|
||||
"fg/js/source-element.js",
|
||||
"fg/js/background.js",
|
||||
"fg/js/popup.js",
|
||||
"fg/js/driver.js"
|
||||
"fg/js/frontend.js"
|
||||
],
|
||||
"css": ["fg/css/client.css"]
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user