mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
bug 351380 - Disable natural language parsing in lightning datepicker. patch by mvl, r1=lilmatt, r2=dmose
This commit is contained in:
parent
383028dfd0
commit
a46995ed1b
@ -153,8 +153,9 @@
|
||||
<spacer flex="1"/>
|
||||
</hbox>
|
||||
<hbox id="ltnDateTextPickerBox">
|
||||
<spacer width="10"/>
|
||||
<datetextpicker flex="1" id="ltnDateTextPicker" oncommand="ltnGoToDate()"/>
|
||||
<spacer flex="1"/>
|
||||
<datepicker id="ltnDateTextPicker" oncommand="ltnGoToDate()"/>
|
||||
<spacer flex="1"/>
|
||||
</hbox>
|
||||
|
||||
<tabbox id="ltnTabpanelBox" flex="1">
|
||||
|
Loading…
Reference in New Issue
Block a user