Update expiry date
This commit is contained in:
parent
337b16361a
commit
faa9f2345c
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,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("December 1, 2008 00:00:00");
|
var expiry = new Date("January 1, 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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue