From d73fc63273ca69e7ac4427001bed3735bcc02a6b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 5 Jul 2017 05:45:30 -0400 Subject: [PATCH] Do a manual check from the repo when enabling auto translator/style updates --- chrome/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 index 0a2b705a43..c4583001ee 100644 --- 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();