Restore "without snapshot" option in Fx connector
Will be supported in upcoming Standalone release
This commit is contained in:
parent
e92a54966c
commit
507ef011d8
1 changed files with 9 additions and 12 deletions
|
@ -531,8 +531,6 @@ var Zotero_Browser = new function() {
|
|||
});
|
||||
popup.appendChild(menuitem);
|
||||
|
||||
// TEMP: Requires a new Standalone build
|
||||
if (!Zotero.isConnector) {
|
||||
menuitem = document.createElement("menuitem");
|
||||
menuitem.setAttribute("label", Zotero.getString('ingester.saveToZoteroAsWebPageWithoutSnapshot'));
|
||||
menuitem.setAttribute("image", webPageIcon);
|
||||
|
@ -542,7 +540,6 @@ var Zotero_Browser = new function() {
|
|||
event.stopPropagation();
|
||||
});
|
||||
popup.appendChild(menuitem);
|
||||
}
|
||||
|
||||
if (captureState == tab.CAPTURE_STATE_TRANSLATABLE) {
|
||||
popup.appendChild(document.createElement("menuseparator"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue