commit 9fda99ad79e716775f241a54689cf6c1c2c7c7c5
parent 5545ea7847d30e089ae1340a143c3eabe7179e14
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 29 Jun 2015 18:36:35 -0400
Merge pull request #778 from zotero/sjk/774
Fix #774
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js
@@ -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;
}