Increase max note title length to 120
https://forums.zotero.org/discussion/28945
This commit is contained in:
parent
41c9a4a433
commit
5c5b9af1d7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
Zotero.Notes = new function() {
|
||||
this.noteToTitle = noteToTitle;
|
||||
|
||||
this.__defineGetter__("MAX_TITLE_LENGTH", function() { return 80; });
|
||||
this.__defineGetter__("MAX_TITLE_LENGTH", function() { return 120; });
|
||||
this.__defineGetter__("defaultNote", function () '<div class="zotero-note znv1"></div>');
|
||||
this.__defineGetter__("notePrefix", function () '<div class="zotero-note znv1">');
|
||||
this.__defineGetter__("noteSuffix", function () '</div>');
|
||||
|
|
Loading…
Add table
Reference in a new issue