Skip to content

Commit

Permalink
Disable inspectPage for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisCatus committed Dec 20, 2014
1 parent bcce563 commit a3df567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omega-target-chromium-extension/src/inspect.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ module.exports = class Inspect
"ftp://*/*"
]

### Not so useful...
chrome.contextMenus.create({
id: 'inspectPage'
title: chrome.i18n.getMessage('contextMenu_inspectPage')
contexts: ['page']
onclick: @inspect.bind(this)
documentUrlPatterns: webResource
})
###

chrome.contextMenus.create({
id: 'inspectFrame'
Expand Down

0 comments on commit a3df567

Please sign in to comment.