Update auto-sync expiry date
This commit is contained in:
parent
22a5dac26d
commit
942b732455
1 changed files with 2 additions and 1 deletions
|
@ -554,7 +554,7 @@ Zotero.Sync.Server = new function () {
|
||||||
|
|
||||||
this.__defineGetter__('enabled', function () {
|
this.__defineGetter__('enabled', function () {
|
||||||
// Set auto-sync expiry
|
// Set auto-sync expiry
|
||||||
var expiry = new Date("February 5, 2009 00:00:00");
|
var expiry = new Date("March 15, 2009 00:00:00");
|
||||||
if (new Date() > expiry) {
|
if (new Date() > expiry) {
|
||||||
Components.utils.reportError("Build has expired -- syncing disabled");
|
Components.utils.reportError("Build has expired -- syncing disabled");
|
||||||
return false;
|
return false;
|
||||||
|
@ -1704,6 +1704,7 @@ Zotero.Sync.Server.Data = new function() {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
reconcile = true;
|
reconcile = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue