commit 64ff0e8b4e3d742a129b56e5774eac41e7b4d819
parent 5545ea7847d30e089ae1340a143c3eabe7179e14
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 29 Jun 2015 18:03:09 -0400
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;
}