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

Commit

Permalink
Merge pull request #8218 from Liunkae/bookmark-new-window
Browse files Browse the repository at this point in the history
Add open bookmark in new window
  • Loading branch information
bbondy authored Apr 17, 2017
2 parents aff6341 + dc3191f commit 85183c6
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 @@ -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)
Expand Down

0 comments on commit 85183c6

Please sign in to comment.