diff options
| author | Alex Yatskov <alex@foosoft.net> | 2017-07-20 21:29:27 -0700 |
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2017-07-20 21:29:27 -0700 |
| commit | d6c2f1cc38a2490afe79b0d8e1f24ad214ee9534 (patch) | |
| tree | 76a5d674a7fba9e2cea5d0724c8008483229ec1d /ext/fg/js | |
| parent | 8bcc4ddf19a6c171ad1cf5d18b165da391089fd2 (diff) | |
cleanup
Diffstat (limited to 'ext/fg/js')
| -rw-r--r-- | ext/fg/js/frontend.js (renamed from ext/fg/js/driver.js) | 2 |
1 files changed, 1 insertions, 1 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; |