diff --git a/chrome/content/zotero/ingester/selectitems.js b/chrome/content/zotero/ingester/selectitems.js index 0d0aec980..e22b02ef7 100644 --- a/chrome/content/zotero/ingester/selectitems.js +++ b/chrome/content/zotero/ingester/selectitems.js @@ -55,6 +55,13 @@ Zotero_Ingester_Interface_SelectItems.init = function() { } } +Zotero_Ingester_Interface_SelectItems.selectAll = function(deselect) { + var listbox = document.getElementById("zotero-selectitems-links"); + for (var i=0; i + +