Bug 1399036 - Enable date/time input by default on all builds. r=mconley

This commit is contained in:
Jessica Jong 2017-09-14 15:01:01 +08:00
Родитель ece368a815
Коммит 95a4e2e89a
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -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.