Update expiry date
This commit is contained in:
parent
0b2b62b996
commit
d26eed03dc
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ Zotero.Sync.Server = new function () {
|
|||
|
||||
this.__defineGetter__('enabled', function () {
|
||||
// Set auto-sync expiry
|
||||
var expiry = new Date("January 1, 2009 00:00:00");
|
||||
var expiry = new Date("February 5, 2009 00:00:00");
|
||||
if (new Date() > expiry) {
|
||||
Components.utils.reportError("Build has expired -- syncing disabled");
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue