зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1399036
- Enable date/time input by default on all builds. r=mconley
This commit is contained in:
Родитель
ece368a815
Коммит
95a4e2e89a
|
@ -1318,12 +1318,8 @@ pref("dom.forms.number", true);
|
|||
// platforms which don't have a color picker implemented yet.
|
||||
pref("dom.forms.color", true);
|
||||
|
||||
// Support for input type=date and type=time. Enabled by default on Nightly.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
// Support for input type=date and type=time.
|
||||
pref("dom.forms.datetime", true);
|
||||
#else
|
||||
pref("dom.forms.datetime", false);
|
||||
#endif
|
||||
|
||||
// Support for input type=month, type=week and type=datetime-local. By default,
|
||||
// disabled.
|
||||
|
|
Загрузка…
Ссылка в новой задаче