fixes broken <- arrow in multiple citation selector for Word integration
This commit is contained in:
parent
fd4cd28545
commit
7c2a413010
|
@ -123,7 +123,7 @@ var Zotero_Citation_Dialog = new function () {
|
|||
var selectedListItem = citationList.getSelectedItem(0);
|
||||
|
||||
// remove from _itemLocators
|
||||
_itemLocators[selectedListItem.value] = _itemLocatorType[selectedListItem.value] = undefined;
|
||||
_itemLocators[selectedListItem.value] = _itemLocatorTypes[selectedListItem.value] = undefined;
|
||||
|
||||
// remove from list
|
||||
citationList.removeChild(selectedListItem);
|
||||
|
|
Loading…
Reference in New Issue
Block a user