Do a manual check from the repo when enabling auto translator/style updates
This commit is contained in:
parent
d40822c540
commit
d73fc63273
|
@ -2091,7 +2091,7 @@ Zotero.Prefs = new function(){
|
||||||
var _handlers = [
|
var _handlers = [
|
||||||
[ "automaticScraperUpdates", function(val) {
|
[ "automaticScraperUpdates", function(val) {
|
||||||
if (val){
|
if (val){
|
||||||
Zotero.Schema.updateFromRepository();
|
Zotero.Schema.updateFromRepository(1);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Zotero.Schema.stopRepositoryTimer();
|
Zotero.Schema.stopRepositoryTimer();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user