mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-08-15 05:27:49 +00:00
#585: derp
This commit is contained in:
@@ -60,7 +60,7 @@ var Readerable = {
|
||||
if (!(uri.schemeIs("http") || uri.schemeIs("https"))) {
|
||||
return false;
|
||||
}
|
||||
if (!(this.isEnabledForParseOnLoad())) {
|
||||
if (!(this.isEnabledForParseOnLoad)) {
|
||||
// TenFourFox issue 585
|
||||
// Do this check here as well.
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user