diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-16 19:09:33 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-16 19:09:33 -0500 |
commit | c6efa656268b93c612f3f4f9c5de0a2523506902 (patch) | |
tree | 12e29afa0c3292b10e5485f5bd7c72e19268730a /ext/fg/js/popup.js | |
parent | dcd243c9e9f3af3fedb0bb0db9795f377f175587 (diff) |
Fix missing argument
Diffstat (limited to 'ext/fg/js/popup.js')
-rw-r--r-- | ext/fg/js/popup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index 8d4d2b14..de05f9f5 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -245,7 +245,7 @@ class Popup { uniqueId }); }); - this._observeFullscreen(); + this._observeFullscreen(true); this._onFullscreenChanged(); this.setCustomOuterCss(this._options.general.customPopupOuterCss, false); this._container.setAttribute('src', chrome.runtime.getURL('/fg/float.html')); |