Make clear that save to server code is non-Firefox only
This commit is contained in:
parent
7a8e06cac2
commit
f14b1f250e
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ Zotero.Translate.ItemSaver.prototype = {
|
|||
});
|
||||
},
|
||||
|
||||
// ALL CODE BELOW THIS POINT IS EXECUTED ONLY IN NON-FIREFOX ENVIRONMENTS
|
||||
|
||||
/**
|
||||
* Saves items to server
|
||||
* @param items Items in Zotero.Item.toArray() format
|
||||
|
|
Loading…
Reference in a new issue