зеркало из https://github.com/mozilla/pjs.git
Checked in suggested fix for bug 227410:Bug in exception button enable/disable logic
This commit is contained in:
Родитель
27c647eaaa
Коммит
910265f705
|
@ -538,6 +538,7 @@
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<datepicker id="exceptions-date-picker"
|
<datepicker id="exceptions-date-picker"
|
||||||
disable-controller="repeat"
|
disable-controller="repeat"
|
||||||
|
ondatepick="updateAddExceptionButton();"
|
||||||
value=""/>
|
value=""/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<button id="exception-add-button"
|
<button id="exception-add-button"
|
||||||
|
|
|
@ -585,6 +585,7 @@
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<datepicker id="exceptions-date-picker"
|
<datepicker id="exceptions-date-picker"
|
||||||
disable-controller="repeat"
|
disable-controller="repeat"
|
||||||
|
ondatepick="updateAddExceptionButton();"
|
||||||
value=""/>
|
value=""/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<button id="exception-add-button"
|
<button id="exception-add-button"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче