diff options
| author | Camil Staps | 2016-01-06 21:31:06 +0100 | 
|---|---|---|
| committer | Camil Staps | 2016-01-06 21:31:06 +0100 | 
| commit | d3867c54371d5e4e0a99de3de38f140280ca1a26 (patch) | |
| tree | 77eec362d281f583b982f74b470d982a989dac2c /public | |
| parent | Stem is case insensitive (diff) | |
More help text
Diffstat (limited to 'public')
| -rw-r--r-- | public/js/hebrewparsetrainer.js | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/public/js/hebrewparsetrainer.js b/public/js/hebrewparsetrainer.js index 6dc43a0..b453458 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' spellcheck='false'/>\ +                                <input type='text' class='form-control' id='trainer-input-"+input_count+"' placeholder='Q pf 3ms' spellcheck='false'/>\                              </div>\                          </div>\                          <div class='col-md-4'>\ @@ -230,7 +230,6 @@ $(document).ready(function(){                  correct_answers.splice(i,1);                  if (correct_answers.length > 0) { -                    console.log(correct_answers);                      addInput();                      return false;                  } else { | 
