Ver código fonte

0325 typo -> 3025

Roman-Nopantski 8 anos atrás
pai
commit
530f7bc39d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      user.js

+ 1 - 1
user.js

@@ -1377,7 +1377,7 @@ user_pref("browser.migrate.automigrate.enabled", false);
 /* 3024: enable "Find As You Type"
  * http://kb.mozillazine.org/Accessibility.typeaheadfind ***/
    // user_pref("accessibility.typeaheadfind", true);
-/* 0325: disable search reset (about:searchreset) (FF51+)
+/* 3025: disable search reset (about:searchreset) (FF51+)
  * http://www.ghacks.net/2016/08/19/firefox-51-search-restore-feature/ ***/
 user_pref("browser.search.reset.enabled", false);
 user_pref("browser.search.reset.whitelist", "");