From 358f1ebfddacf75c02bb3a2e8993bab6d2fe28d8 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 13 Feb 2015 06:53:51 +0000 Subject: Tweaks for grab-back-focus. - Fix incorrect camel case in option name. - Better text on options page. - Loud comments re. using option directly from chrome.storage.sync. --- pages/options.coffee | 2 +- pages/options.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pages') diff --git a/pages/options.coffee b/pages/options.coffee index 525508fd..d2950348 100644 --- a/pages/options.coffee +++ b/pages/options.coffee @@ -257,7 +257,7 @@ initOptionsPage = -> regexFindMode: CheckBoxOption scrollStepSize: NumberOption smoothScroll: CheckBoxOption - grabBackfocus: CheckBoxOption + grabBackFocus: CheckBoxOption searchEngines: TextOption searchUrl: NonEmptyTextOption userDefinedLinkHintCss: TextOption diff --git a/pages/options.html b/pages/options.html index 6df2c92b..889d5ea0 100644 --- a/pages/options.html +++ b/pages/options.html @@ -133,12 +133,12 @@ b: http://b.com/?q=%s description
- Prevent the page from focusing an input on load + Prevent pages from focusing an input on load (e.g. Google, Bing, etc.).
-- cgit v1.2.3