summaryrefslogtreecommitdiff
path: root/data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2014-10-21 15:53:59 +0200
committerRuben Rodriguez <ruben@gnu.org>2014-10-21 15:53:59 +0200
commitede76a203999de4209aa7d8163dd3e6c1c66a616 (patch)
tree60f6c193057b7f9c3dc8f00f1e933905f9f3b088 /data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml
parent42c5c6fd72aea7f4e3457d65b218b170f71ab1af (diff)
Request pages in english via aboutIcecat initialization script
Diffstat (limited to 'data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml')
-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);