Update expiry date
This commit is contained in:
parent
65cb00e26b
commit
a606332de5
|
@ -636,7 +636,7 @@ Zotero.Sync.Server = new function () {
|
|||
}
|
||||
|
||||
// Set auto-sync expiry
|
||||
var expiry = new Date("May 1, 2009 12:00:00");
|
||||
var expiry = new Date("July 4, 2009 00:00:00");
|
||||
if (new Date() > expiry) {
|
||||
Components.utils.reportError("Build has expired -- syncing disabled");
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user