Update auto-sync expiry date
This commit is contained in:
parent
95e3bb7a3a
commit
7c1cc3b3d0
|
@ -633,7 +633,7 @@ Zotero.Sync.Server = new function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set auto-sync expiry
|
// Set auto-sync expiry
|
||||||
var expiry = new Date("March 15, 2009 00:00:00");
|
var expiry = new Date("May 1, 2009 12: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…
Reference in New Issue
Block a user