Skip to content

Commit

Permalink
ui: turn off spell-checking the pasted sequence in browsers that supp…
Browse files Browse the repository at this point in the history
…ort it

Of course the pasted sequence is not a valid dictionary entry; underlining it
in red is not only pointless but also ugly.

Signed-off-by: Anurag Priyam <anurag08priyam@gmail.com>
  • Loading branch information
yeban committed Dec 23, 2011
1 parent 393f0cd commit 26088d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/search.erb
Expand Up @@ -31,7 +31,7 @@
<div class="span12"> <div class="span12">
<div class="offset-left sequence"> <div class="offset-left sequence">
<div class="clearfix"> <div class="clearfix">
<textarea name="sequence" id="sequence" rows="11" placeholder="Paste your sequence(s) here..." ></textarea> <textarea name="sequence" id="sequence" rows="11" spellcheck="false" placeholder="Paste your sequence(s) here..." ></textarea>
</div> </div>
</div> </div>
</div> </div>
Expand Down

0 comments on commit 26088d7

Please sign in to comment.