Skip to content

Commit

Permalink
#405: pref on date and time pickers
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed Jul 3, 2018
1 parent 772324f commit 904f503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -5139,5 +5139,5 @@ pref("toolkit.pageThumbs.minHeight", 0);

pref("tenfourfox.adblock.enabled", false);
pref("tenfourfox.adblock.logging.enabled", false);
pref("tenfourfox.dom.forms.date", false);
pref("tenfourfox.dom.forms.time", false);
pref("tenfourfox.dom.forms.date", true);
pref("tenfourfox.dom.forms.time", true);

0 comments on commit 904f503

Please sign in to comment.