Merge branch '3.0'
Conflicts: chrome/content/zotero/xpcom/attachments.js chrome/content/zotero/xpcom/utilities.js
This commit is contained in:
commit
1ed47f4823
3 changed files with 4 additions and 1 deletions
|
@ -359,6 +359,8 @@ Zotero.Attachments = new function(){
|
||||||
wbp.saveURI(nsIURL, null, null, null, null, file, null);
|
wbp.saveURI(nsIURL, null, null, null, null, file, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(callback) callback(attachmentItem);
|
||||||
|
|
||||||
return attachmentItem;
|
return attachmentItem;
|
||||||
}
|
}
|
||||||
catch (e){
|
catch (e){
|
||||||
|
|
|
@ -315,6 +315,7 @@ Zotero.ItemFields = new function() {
|
||||||
'archive',
|
'archive',
|
||||||
'archiveLocation',
|
'archiveLocation',
|
||||||
'language',
|
'language',
|
||||||
|
'programmingLanguage',
|
||||||
'rights',
|
'rights',
|
||||||
|
|
||||||
// TEMP - NSF
|
// TEMP - NSF
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f60972d26e97034438c36ef0e1d7efde3b4205ad
|
Subproject commit a685b279c61b5c1b1368ea7997fc2b4914eedf8a
|
Loading…
Add table
Add a link
Reference in a new issue