diff options
-rw-r--r-- | ext/fg/js/frontend.js (renamed from ext/fg/js/driver.js) | 2 | ||||
-rw-r--r-- | ext/manifest.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/fg/js/driver.js b/ext/fg/js/frontend.js index b0cc4613..5a51af6d 100644 --- a/ext/fg/js/driver.js +++ b/ext/fg/js/frontend.js @@ -17,7 +17,7 @@ */ -window.driver = new class { +window.frontend = new class { constructor() { this.popup = new Popup(); this.popupTimer = null; diff --git a/ext/manifest.json b/ext/manifest.json index 7a277fb2..a318e539 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -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"] }], |