fixes broken <- arrow in multiple citation selector for Word integration

This commit is contained in:
Simon Kornblith 2007-03-23 19:15:11 +00:00
parent fd4cd28545
commit 7c2a413010

View File

@ -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);