diff --git a/js/contextMenus.js b/js/contextMenus.js index aa707cfcc89..e1f8bf1c0bc 100644 --- a/js/contextMenus.js +++ b/js/contextMenus.js @@ -286,6 +286,7 @@ function siteDetailTemplateInit (siteDetail, activeFrame) { template.push(openInNewTabMenuItem(location, undefined, siteDetail.get('partitionNumber')), openInNewPrivateTabMenuItem(location), + openInNewWindowMenuItem(location, undefined, siteDetail.get('partitionNumber')), openInNewSessionTabMenuItem(location), copyAddressMenuItem('copyLinkAddress', location), CommonMenu.separatorMenuItem)