summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-16 19:09:33 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-16 19:09:33 -0500
commitc6efa656268b93c612f3f4f9c5de0a2523506902 (patch)
tree12e29afa0c3292b10e5485f5bd7c72e19268730a /ext
parentdcd243c9e9f3af3fedb0bb0db9795f377f175587 (diff)
Fix missing argument
Diffstat (limited to 'ext')
-rw-r--r--ext/fg/js/popup.js2
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'));