Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Add open bookmark in new window
Browse files Browse the repository at this point in the history
Closes #8063
  • Loading branch information
Liunkae authored Apr 11, 2017
1 parent 93f51be commit dc3191f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/contextMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dc3191f

Please sign in to comment.