Apply mguelck's patch from dev list to fix issue with sorting of multiple sources in one citation
This commit is contained in:
parent
86db661ad6
commit
6bed1231b3
1 changed files with 1 additions and 1 deletions
|
@ -1643,7 +1643,7 @@ Zotero.CSL.Citation.prototype.remove = function(citationItems) {
|
|||
* copies a citation
|
||||
*/
|
||||
Zotero.CSL.Citation.prototype.clone = function() {
|
||||
var clone = new Zotero.CSL.Citation();
|
||||
var clone = new Zotero.CSL.Citation(null, this._csl);
|
||||
|
||||
// copy items
|
||||
for(var i=0; i<this.citationItems.length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue