зеркало из https://github.com/mozilla/pjs.git
bug 406062 - set editor.singleLine.pasteNewlines to 2, r=luser, ui-r+a=beltzner
This commit is contained in:
Родитель
3422c71afe
Коммит
61d571f1a1
|
@ -599,3 +599,7 @@ pref("browser.places.migratePostDataAnnotations", true);
|
|||
// 1 - pre-populate site URL, but don't fetch certificate
|
||||
// 2 - pre-populate site URL and pre-fetch certificate
|
||||
pref("browser.ssl_override_behavior", 1);
|
||||
|
||||
// replace newlines with spaces when pasting into <input type="text"> fields
|
||||
pref("editor.singleLine.pasteNewlines", 2);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче