Better comment for Zotero.Item.prototype._getPageIndexSettingKey()
This commit is contained in:
parent
c8ee3196cd
commit
bb9237e82d
1 changed files with 5 additions and 1 deletions
|
@ -3301,7 +3301,11 @@ Zotero.Item.prototype.setAttachmentPageIndex = async function (val) {
|
|||
};
|
||||
|
||||
|
||||
// pageIndex_u_ABCD2345
|
||||
/**
|
||||
* Get the key for the item's pageIndex synced setting
|
||||
*
|
||||
* E.g., 'pageIndex_u_ABCD2345' or 'pageIndex_g123_ABCD2345'
|
||||
*/
|
||||
Zotero.Item.prototype._getPageIndexSettingKey = function () {
|
||||
var library = Zotero.Libraries.get(this.libraryID);
|
||||
var id = 'pageIndex_';
|
||||
|
|
Loading…
Reference in a new issue