mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 386876 - hide the always disabled 'New Bookmark...' menu item from the history sidebar. r=sspitzer.
This commit is contained in:
parent
4bb3476faa
commit
158bfc37f5
@ -71,7 +71,8 @@ function HistorySidebarInit()
|
||||
|
||||
function initContextMenu() {
|
||||
// Force-hide items in the context menu which never apply to this view
|
||||
var alwaysHideElements = ["placesContext_new:folder",
|
||||
var alwaysHideElements = ["placesContext_new:bookmark",
|
||||
"placesContext_new:folder",
|
||||
"placesContext_new:separator",
|
||||
"placesContext_cut",
|
||||
"placesContext_paste",
|
||||
|
Loading…
Reference in New Issue
Block a user