diff options
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
| -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 | 
