zotero/chrome
Dan Stillman fe9fc8bc5a Asyncify various functions to fix cross-library drag-and-drop error
When dragging an item to another library, we have to check if there's a
linked item in the target library, but items might not yet be laoded in
the other library, so item.getLinkedItem() can fail with "Item [n] not
yet loaded].

Fixing required asyncifying the follow functions:

- Zotero.Item::getLinkedItem()
- Zotero.Collection::getLinkedCollection()
- Zotero.URI.getURIItem()
- Zotero.URI.getURICollection()
- Various integration functions
2017-03-03 16:40:28 -05:00
..
content Asyncify various functions to fix cross-library drag-and-drop error 2017-03-03 16:40:28 -05:00
locale Update locales from Transifex 2017-03-02 03:49:28 -05:00
skin/default/zotero About pane updates 2017-01-15 15:29:02 -05:00