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

This commit is contained in:
Dan Stillman 2017-07-05 05:45:30 -04:00
parent d40822c540
commit d73fc63273

View file

@ -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();