www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 17f7bcbbadcc382fa3ef409febba1a9c526db20a
parent eeadeaa1b1c2c791cd4a50e864c107af610b78e7
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  6 Apr 2018 07:36:13 -0400

Target selector: Increase recents to 7

Diffstat:
Mchrome/content/zotero/xpcom/server_connector.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js @@ -249,7 +249,7 @@ Zotero.Server.Connector.SaveSession.prototype._updateItems = Zotero.serial(async Zotero.Server.Connector.SaveSession.prototype._updateRecents = function () { var targetID = this._currentTargetID; try { - let numRecents = 5; + let numRecents = 7; let recents = Zotero.Prefs.get('recentSaveTargets') || '[]'; recents = JSON.parse(recents); // If there's already a target from this session in the list, update it