From 64ff0e8b4e3d742a129b56e5774eac41e7b4d819 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 29 Jun 2015 18:03:09 -0400 Subject: [PATCH] Fix #774 --- chrome/content/zotero/browser.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js index 594bbfcfb..b0771f35c 100644 --- 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; }