diff options
Diffstat (limited to 'ext/fg/js/float.js')
-rw-r--r-- | ext/fg/js/float.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/fg/js/float.js b/ext/fg/js/float.js index 7f673bd5..bfa2195e 100644 --- a/ext/fg/js/float.js +++ b/ext/fg/js/float.js @@ -184,7 +184,8 @@ class DisplayFloat extends Display { depth, parentPopupId, parentFrameId, - useProxyPopup: true + useProxyPopup: true, + pageType: 'popup' }); } catch (e) { yomichan.logError(e); |