mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-01-14 22:08:44 +00:00
Removed te-form for now.
This commit is contained in:
parent
b5f5491f7c
commit
6d2bdf9f50
@ -164,8 +164,8 @@ new function($) {
|
|||||||
return input.selectionStart;
|
return input.selectionStart;
|
||||||
} else if (document.selection) {
|
} else if (document.selection) {
|
||||||
// IE
|
// IE
|
||||||
input.focus();
|
input.fmcus();
|
||||||
var sel = document.selection.createRange();
|
var sel = document.selection.crea*/teRange();
|
||||||
var selLen = document.selection.createRange().text.length;
|
var selLen = document.selection.createRange().text.length;
|
||||||
sel.moveStart('character', -input.value.length);
|
sel.moveStart('character', -input.value.length);
|
||||||
return sel.text.length - selLen;
|
return sel.text.length - selLen;
|
||||||
@ -416,7 +416,7 @@ var verb_relative_form = {
|
|||||||
"negative": "affirmative",
|
"negative": "affirmative",
|
||||||
"past": "present",
|
"past": "present",
|
||||||
"formal": "informal",
|
"formal": "informal",
|
||||||
"te-form": "informal",
|
// "te-form": "informal",
|
||||||
},
|
},
|
||||||
|
|
||||||
"negative": {
|
"negative": {
|
||||||
@ -424,7 +424,7 @@ var verb_relative_form = {
|
|||||||
"dictionary": "negative",
|
"dictionary": "negative",
|
||||||
"past negative": "present",
|
"past negative": "present",
|
||||||
"formal negative": "informal",
|
"formal negative": "informal",
|
||||||
"te-form": "negative",
|
// "te-form": "negative",
|
||||||
},
|
},
|
||||||
|
|
||||||
"past" : {
|
"past" : {
|
||||||
@ -432,7 +432,7 @@ var verb_relative_form = {
|
|||||||
"dictionary": "past",
|
"dictionary": "past",
|
||||||
"past negative" : "affirmative",
|
"past negative" : "affirmative",
|
||||||
"formal past": "informal",
|
"formal past": "informal",
|
||||||
"te-form": "past",
|
// "te-form": "past",
|
||||||
},
|
},
|
||||||
|
|
||||||
"past negative" : {
|
"past negative" : {
|
||||||
@ -440,7 +440,7 @@ var verb_relative_form = {
|
|||||||
"negative": "past",
|
"negative": "past",
|
||||||
"past": "negative",
|
"past": "negative",
|
||||||
"formal past negative": "informal",
|
"formal past negative": "informal",
|
||||||
"te-form": "past negative",
|
// "te-form": "past negative",
|
||||||
},
|
},
|
||||||
|
|
||||||
"formal": {
|
"formal": {
|
||||||
@ -448,7 +448,7 @@ var verb_relative_form = {
|
|||||||
"dictionary": "formal",
|
"dictionary": "formal",
|
||||||
"formal past": "present",
|
"formal past": "present",
|
||||||
"formal negative": "affirmative",
|
"formal negative": "affirmative",
|
||||||
"te-form": "formal",
|
// "te-form": "formal",
|
||||||
},
|
},
|
||||||
|
|
||||||
"formal past": {
|
"formal past": {
|
||||||
@ -456,7 +456,7 @@ var verb_relative_form = {
|
|||||||
"past": "formal",
|
"past": "formal",
|
||||||
"formal": "past",
|
"formal": "past",
|
||||||
"formal past negative": "affirmative",
|
"formal past negative": "affirmative",
|
||||||
"te-form": "formal past",
|
// "te-form": "formal past",
|
||||||
},
|
},
|
||||||
|
|
||||||
"formal negative": {
|
"formal negative": {
|
||||||
@ -464,7 +464,7 @@ var verb_relative_form = {
|
|||||||
"negative": "formal",
|
"negative": "formal",
|
||||||
"formal": "negative",
|
"formal": "negative",
|
||||||
"formal past negative": "present",
|
"formal past negative": "present",
|
||||||
"te-form": "formal negative",
|
// "te-form": "formal negative",
|
||||||
},
|
},
|
||||||
|
|
||||||
"formal past negative": {
|
"formal past negative": {
|
||||||
@ -472,7 +472,7 @@ var verb_relative_form = {
|
|||||||
"past negative": "formal",
|
"past negative": "formal",
|
||||||
"formal past": "negative",
|
"formal past": "negative",
|
||||||
"formal negative": "past",
|
"formal negative": "past",
|
||||||
"te-form": "formal past negative",
|
// "te-form": "formal past negative",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user