Bug Fixing : Year/Number Pattern was buggy.
Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
parent
b67d77e211
commit
71be461b0e
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ var patternchoice = document.getElementById("numberpattern").value;
|
||||||
document.f.lastvalue3.value='';
|
document.f.lastvalue3.value='';
|
||||||
document.f.periodicity.value=1;
|
document.f.periodicity.value=1;
|
||||||
document.f.numberingmethod.value=_('{X}/{Y}');
|
document.f.numberingmethod.value=_('{X}/{Y}');
|
||||||
|
moreoptions(text[16],text[0]);
|
||||||
display_table(0);
|
display_table(0);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue