Increase max note title length to 120

https://forums.zotero.org/discussion/28945
This commit is contained in:
Dan Stillman 2013-04-19 01:40:25 -04:00
parent 41c9a4a433
commit 5c5b9af1d7

View file

@ -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>');