Only prompt for recently updated Z4Fx data directories

This commit is contained in:
Dan Stillman 2017-08-19 23:30:53 +02:00
parent 267e3165a2
commit 0391569f4d

View file

@ -581,7 +581,7 @@ Zotero.DataDirectory = {
return;
}
mtime = info.lastModificationDate;
if (mtime < new Date(2016, 5, 1)) {
if (mtime < new Date(2017, 6, 1)) {
Zotero.debug(`Legacy database was last modified on ${mtime.toString()} -- ignoring`);
return;
}