Fixes #890, Use text area for Book Title
This commit is contained in:
parent
08562e50cd
commit
9fb42b6788
|
@ -345,7 +345,8 @@ Zotero.ItemFields = new function() {
|
||||||
this.isLong = function (field) {
|
this.isLong = function (field) {
|
||||||
field = this.getName(field);
|
field = this.getName(field);
|
||||||
var fields = [
|
var fields = [
|
||||||
'title'
|
'title',
|
||||||
|
'bookTitle'
|
||||||
];
|
];
|
||||||
return fields.indexOf(field) != -1;
|
return fields.indexOf(field) != -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user