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 #7235 from NejcZdovc/hotfix/#7218-export-kabob
Browse files Browse the repository at this point in the history
Added export bookmarks options to kabob menu
  • Loading branch information
bbondy authored Feb 16, 2017
2 parents 0b4cb86 + a57f690 commit e5ce5f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/contextMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,8 @@ function hamburgerTemplateInit (location, e) {
CommonMenu.bookmarksManagerMenuItem(),
CommonMenu.bookmarksToolbarMenuItem(),
CommonMenu.separatorMenuItem,
CommonMenu.importBrowserDataMenuItem()
CommonMenu.importBrowserDataMenuItem(),
CommonMenu.exportBookmarksMenuItem()
]
}, {
label: locale.translation('bravery'),
Expand Down

0 comments on commit e5ce5f2

Please sign in to comment.