aboutsummaryrefslogtreecommitdiff
path: root/ext/js/display/display.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/display/display.js')
-rw-r--r--ext/js/display/display.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/js/display/display.js b/ext/js/display/display.js
index 8b521d21..3bb75011 100644
--- a/ext/js/display/display.js
+++ b/ext/js/display/display.js
@@ -895,9 +895,6 @@ class Display extends EventDispatcher {
if (typeof tabId === 'number' && typeof frameId === 'number') {
this._contentOriginTabId = tabId;
this._contentOriginFrameId = frameId;
- if (this._pageType === 'popup') {
- this._hotkeyHandler.forwardFrameId = (tabId === this._tabId ? frameId : null);
- }
contentOriginValid = true;
}
}