www

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

commit d73fc63273ca69e7ac4427001bed3735bcc02a6b
parent d40822c5409313f68808ed06a344c1406e891df7
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  5 Jul 2017 05:45:30 -0400

Do a manual check from the repo when enabling auto translator/style updates

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

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -2091,7 +2091,7 @@ Zotero.Prefs = new function(){ var _handlers = [ [ "automaticScraperUpdates", function(val) { if (val){ - Zotero.Schema.updateFromRepository(); + Zotero.Schema.updateFromRepository(1); } else { Zotero.Schema.stopRepositoryTimer();