bug fix pop up window forme
This commit is contained in:
parent
bae04cb5ee
commit
4bbd451b9c
|
@ -2259,7 +2259,7 @@ diatesi= [a|p] {if (text()=='a') return ' Attivo'; else return ' Passivo';}
|
|||
|
||||
transitivita=[i|t]? {if (text()=='t') return ' Transitivo'; else if (text()=='i') return ' Intransitivo';}
|
||||
|
||||
impersonalita=([*|+])? {if (text()=='*') return ' Impersonale'; else if (text()=='+')return ' Riflessivo';}
|
||||
impersonalita=([*|+])* {if (text()=='*') return ' Impersonale'; else if (text()=='+')return ' Riflessivo';}
|
||||
|
||||
coniugazione=[1|2|3|4|5]? {switch(parseInt(text())){
|
||||
case(1): return ' Prima coniugazione';
|
||||
|
|
Loading…
Reference in New Issue