Fix #774
This commit is contained in:
parent
5545ea7847
commit
64ff0e8b4e
|
@ -807,7 +807,6 @@ Zotero_Browser.Tab.prototype.clear = function() {
|
||||||
Zotero_Browser.Tab.prototype.detectTranslators = function(rootDoc, doc) {
|
Zotero_Browser.Tab.prototype.detectTranslators = function(rootDoc, doc) {
|
||||||
if (doc instanceof HTMLDocument) {
|
if (doc instanceof HTMLDocument) {
|
||||||
if (doc.documentURI.startsWith("about:")) {
|
if (doc.documentURI.startsWith("about:")) {
|
||||||
this.page.saveEnabled = false;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user