aboutsummaryrefslogtreecommitdiffstats
path: root/chrome-extension
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-14 17:40:47 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-14 17:40:47 -0400
commit27e237cbc975bd0023bacd3bb800a0de518b2fce (patch)
treeb18e004e3dd07e9c2a8f05457fd284bac4001a4a /chrome-extension
parentcf2f19f91ec703244204de039c6663f76c722c77 (diff)
downloadbrowsing-activity-tracker-27e237cbc975bd0023bacd3bb800a0de518b2fce.tar.gz
[Chrome extension] Disable spellchecking in option page, fix url
Diffstat (limited to 'chrome-extension')
-rw-r--r--chrome-extension/options.html6
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>