From dc3191ff0029d3fb5e15eeca44bb05ec0a9ce0ec Mon Sep 17 00:00:00 2001 From: Liunkae Date: Mon, 10 Apr 2017 20:01:17 -0500 Subject: [PATCH] Add open bookmark in new window Closes #8063 --- js/contextMenus.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/contextMenus.js b/js/contextMenus.js index b6bd0c819e..301cd44627 100644 --- a/js/contextMenus.js +++ b/js/contextMenus.js @@ -285,6 +285,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)