This commit is contained in:
Simon Kornblith 2015-06-29 18:03:09 -04:00
parent 5545ea7847
commit 64ff0e8b4e

View File

@ -807,7 +807,6 @@ Zotero_Browser.Tab.prototype.clear = function() {
Zotero_Browser.Tab.prototype.detectTranslators = function(rootDoc, doc) {
if (doc instanceof HTMLDocument) {
if (doc.documentURI.startsWith("about:")) {
this.page.saveEnabled = false;
return;
}