Fix missing argument
This commit is contained in:
parent
dcd243c9e9
commit
c6efa65626
@ -245,7 +245,7 @@ class Popup {
|
|||||||
uniqueId
|
uniqueId
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
this._observeFullscreen();
|
this._observeFullscreen(true);
|
||||||
this._onFullscreenChanged();
|
this._onFullscreenChanged();
|
||||||
this.setCustomOuterCss(this._options.general.customPopupOuterCss, false);
|
this.setCustomOuterCss(this._options.general.customPopupOuterCss, false);
|
||||||
this._container.setAttribute('src', chrome.runtime.getURL('/fg/float.html'));
|
this._container.setAttribute('src', chrome.runtime.getURL('/fg/float.html'));
|
||||||
|
Loading…
Reference in New Issue
Block a user