parent
eb79a0f659
commit
cb8e226ae9
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ Zotero.Notifier = new function(){
|
||||||
* Possible values:
|
* Possible values:
|
||||||
*
|
*
|
||||||
* event: 'add', 'modify', 'delete', 'move' ('c', for changing parent),
|
* event: 'add', 'modify', 'delete', 'move' ('c', for changing parent),
|
||||||
* 'remove' (ci, it), 'refresh'
|
* 'remove' (ci, it), 'refresh', 'trash'
|
||||||
* type - 'collection', 'search', 'item', 'collection-item', 'item-tag', 'tag'
|
* type - 'collection', 'search', 'item', 'collection-item', 'item-tag', 'tag'
|
||||||
* ids - single id or array of ids
|
* ids - single id or array of ids
|
||||||
*
|
*
|
||||||
|
@ -237,7 +237,7 @@ Zotero.Notifier = new function(){
|
||||||
var order = ['collection', 'search', 'item', 'collection-item', 'item-tag', 'tag'];
|
var order = ['collection', 'search', 'item', 'collection-item', 'item-tag', 'tag'];
|
||||||
_queue.sort();
|
_queue.sort();
|
||||||
|
|
||||||
var order = ['add', 'modify', 'remove', 'move', 'delete'];
|
var order = ['add', 'modify', 'remove', 'move', 'delete', 'trash'];
|
||||||
var totals = '';
|
var totals = '';
|
||||||
for (var type in _queue) {
|
for (var type in _queue) {
|
||||||
if (!runQueue[type]) {
|
if (!runQueue[type]) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue