diff options
Diffstat (limited to 'content_scripts/vomnibar.coffee')
| -rw-r--r-- | content_scripts/vomnibar.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vomnibar.coffee b/content_scripts/vomnibar.coffee index 76698634..d46b2daf 100644 --- a/content_scripts/vomnibar.coffee +++ b/content_scripts/vomnibar.coffee @@ -8,7 +8,7 @@ Vomnibar = extras = {} for extra in registryEntry.extras [ key, value ] = extra.split "=" - extras.query = "#{value} " if key? and key == "keyword" and value? and 0 < value.length + extras.keyword = value if key? and key == "keyword" and value? and 0 < value.length extras # sourceFrameId here (and below) is the ID of the frame from which this request originates, which may be different |
