summaryrefslogtreecommitdiff
path: root/data/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'data/extensions')
-rw-r--r--data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml b/data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml
index 43d237c..a986feb 100644
--- a/data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml
+++ b/data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml
@@ -130,14 +130,14 @@ function jssettings(sel){
function prepare(){
-/*try {
+try {
Services.prefs.getCharPref("extensions.icecathome.intl.accept_languages");
}catch(err){
Services.prefs.setCharPref("intl.accept_languages","en-US, en");
Services.prefs.setCharPref("extensions.icecathome.intl.accept_languages","en-US, en");
}
-try {
+/*try {
Services.prefs.getIntPref("extensions.icecathome.browser.display.use_document_fonts");
}catch(err){
Services.prefs.setIntPref("browser.display.use_document_fonts",0);