mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Fix parse node limit preference. Tag #361.
This commit is contained in:
parent
14aede3cc5
commit
ecf329f733
1 changed files with 1 additions and 1 deletions
|
|
@ -543,4 +543,4 @@ this.ReaderMode = {
|
|||
// Don't try to parse the page if it has too many elements (for memory and
|
||||
// performance reasons)
|
||||
XPCOMUtils.defineLazyPreferenceGetter(
|
||||
ReaderMode, "maxElemsToParse", "reader.parse-node-limit", 0);
|
||||
ReaderMode, "parseNodeLimit", "reader.parse-node-limit", 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue