diff options
author | Camil Staps | 2016-01-06 21:08:39 +0100 |
---|---|---|
committer | Camil Staps | 2016-01-06 21:08:39 +0100 |
commit | 3b8407242f3eb421f645fea72d941f9dc31f8ddf (patch) | |
tree | bd158a16b420e9485229158b9bff8e052fb224c1 /public/js | |
parent | Reduce redirects by adding trailing slash (diff) |
Disable spell check on input
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/hebrewparsetrainer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/hebrewparsetrainer.js b/public/js/hebrewparsetrainer.js index 203930a..4de3220 100644 --- a/public/js/hebrewparsetrainer.js +++ b/public/js/hebrewparsetrainer.js @@ -42,7 +42,7 @@ $(document).ready(function(){ <div class='col-md-8'>\ <div class='form-group'>\ <label for='trainer-input-"+input_count+"'>Parse:</label>\ - <input type='text' class='form-control' id='trainer-input-"+input_count+"' placeholder='Q pf 3 m s'/>\ + <input type='text' class='form-control' id='trainer-input-"+input_count+"' placeholder='Q pf 3 m s' spellcheck='false'/>\ </div>\ </div>\ <div class='col-md-4'>\ |