Update utilities submodule and add comment for MAX_TITLE_LENGTH
This commit is contained in:
parent
9b3367f227
commit
5ae8e819ef
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
Zotero.Notes = new function() {
|
||||
this.AUTO_SYNC_DELAY = 15;
|
||||
// Keep in sync with utilities_item.js::noteToTitle() in zotero/utilities
|
||||
this.__defineGetter__("MAX_TITLE_LENGTH", function() { return 120; });
|
||||
this.__defineGetter__("defaultNote", function () { return '<div class="zotero-note znv1"></div>'; });
|
||||
this.__defineGetter__("notePrefix", function () { return '<div class="zotero-note znv1">'; });
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5e14617f6d49055be0bc5137875f1191d63572b6
|
||||
Subproject commit 2a0b11fad5f3345271c1bb393c1e09f653103240
|
Loading…
Reference in a new issue