mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 01:31:00 +00:00
#585: this better fix it dammit
This commit is contained in:
parent
e2317e41ef
commit
c96c477b11
@ -92,4 +92,9 @@ var Readerable = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
Services.prefs.addObserver("reader.parse-on-load.", Readerable, false);
|
Services.prefs.addObserver("reader.parse-on-load.", Readerable, false);
|
||||||
|
// Get the prefs when we start up (TenFourFox issue 585).
|
||||||
|
Readerable.isEnabled = Services.prefs.getBoolPref(
|
||||||
|
"reader.parse-on-load.enabled");
|
||||||
|
Readerable.isForceEnabled = Services.prefs.getBoolPref(
|
||||||
|
"reader.parse-on-load.force-enabled");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user