diff options
| author | Stephen Blott | 2015-04-22 14:50:10 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-04-22 15:03:31 +0100 |
| commit | 9eaa7330b1e4952e171cf53db855cf447c8e1e49 (patch) | |
| tree | f24779d192c8a2ea64e1954963881eb7bba40ced | |
| parent | 2ed990d02a4b2663d96acf8f81dfbde7eb19bd54 (diff) | |
| download | vimium-9eaa7330b1e4952e171cf53db855cf447c8e1e49.tar.bz2 | |
Tidy up.
Remove reference to unused setting "vomnibarInTopFrame".
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index 7ffb35f1..c5bc185f 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -44,7 +44,7 @@ settings = loadedValues: 0 valuesToLoad: [ "scrollStepSize", "linkHintCharacters", "linkHintNumbers", "filterLinkHints", "hideHud", "previousPatterns", "nextPatterns", "regexFindMode", "userDefinedLinkHintCss", - "helpDialog_showAdvancedCommands", "smoothScroll", "grabBackFocus", "vomnibarInTopFrame" ] + "helpDialog_showAdvancedCommands", "smoothScroll", "grabBackFocus" ] isLoaded: false eventListeners: {} @@ -275,7 +275,6 @@ unregisterFrame = -> executePageCommand = (request) -> # Vomnibar commands are handled in the tab's main/top frame. They are handled even if Vimium is otherwise # disabled in the frame. - console.log frameId, request if request.command.split(".")[0] == "Vomnibar" if DomUtils.isTopFrame() # We pass the frameId from request. That's the frame which originated the request, so that's the frame |
