Ascrod / readerview

Implementation of Firefox Reader View as an add-on for the Pale Moon web browser.
9 stars 3 forks source link

"Open link in new tab" is broken #39

Closed Ascrod closed 5 years ago

Ascrod commented 5 years ago

This is due to a broken reference to "getBoolPref" in readerUtils.js. This call needs to be changed to explicitly use "Services.prefs.getBoolPref".