Do a manual check from the repo when enabling auto translator/style updates
This commit is contained in:
parent
d40822c540
commit
d73fc63273
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue