diff options
Diffstat (limited to 'background_scripts/settings.coffee')
| -rw-r--r-- | background_scripts/settings.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index ce8b8e16..812fc775 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -57,7 +57,7 @@ root.Settings = Settings =      # "\bnext\b,\bmore\b,>,→,»,≫,>>"      nextPatterns: "next,more,>,\u2192,\xbb,\u226b,>>"      # default/fall back search engine -    defaultSearchUrl: "http://www.google.com/search?q=" +    searchUrl: "http://www.google.com/search?q="  # Initialization code.  # We use this parameter to coordinate any necessary schema changes. | 
