diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-14 17:40:47 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-14 17:40:47 -0400 |
| commit | 27e237cbc975bd0023bacd3bb800a0de518b2fce (patch) | |
| tree | b18e004e3dd07e9c2a8f05457fd284bac4001a4a /chrome-extension/options.html | |
| parent | cf2f19f91ec703244204de039c6663f76c722c77 (diff) | |
| download | browsing-activity-tracker-27e237cbc975bd0023bacd3bb800a0de518b2fce.tar.gz | |
[Chrome extension] Disable spellchecking in option page, fix url
Diffstat (limited to 'chrome-extension/options.html')
| -rw-r--r-- | chrome-extension/options.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome-extension/options.html b/chrome-extension/options.html index 59f3404..16189b0 100644 --- a/chrome-extension/options.html +++ b/chrome-extension/options.html @@ -27,16 +27,16 @@ </header> <main> <p>Notify a callback URL whenever a webpage is loaded or displayed. -<a href="http://github.com">Read more.</a></p> +<a href="https://github.com/Thibauth/browsing-activity-tracker">Read more.</a></p> <h3>Options</h3> <form> <p> -<label for=callback> Callback URL</label>: <input id="callback" type="text"><br/> +<label for=callback> Callback URL</label>: <input id="callback" type="text" spellcheck="false"><br/> <em class=info>URL to be notified.</em> </p> <hr/> <p> -<label for=key> Browser Key:</label> <input id="key" type="text"><br/> +<label for=key> Browser Key:</label> <input id="key" type="text" spellcheck="false"><br/> <em class=info>Key to identify the browser.</em> </p> </main> |
