mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-15 09:30:20 +00:00
#585: derp
This commit is contained in:
parent
35a4358b3d
commit
71110bf965
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user