Merge pull request #778 from zotero/sjk/774

Fix #774
This commit is contained in:
Simon Kornblith 2015-06-29 18:36:35 -04:00
commit 9fda99ad79

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;
}