Extend expiry date
This commit is contained in:
parent
2e09735109
commit
e3e14a3f92
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ Zotero.Sync.Server = new function () {
|
|||
}
|
||||
|
||||
// Set auto-sync expiry
|
||||
var expiry = new Date("July 4, 2009 00:00:00");
|
||||
var expiry = new Date("September 5, 2009 00:00:00");
|
||||
if (new Date() > expiry) {
|
||||
Components.utils.reportError("Build has expired -- auto-sync disabled");
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue