Closed AMertgens closed 5 years ago
"lastModifiedDate" is no longer supported by Firefox (see: https://developer.mozilla.org/en-US/docs/Web/API/File/lastModifiedDate#Specifications) and caused a bug preventing users from importing resources. Replacing it with simply "lastModified" fixes this.
"lastModifiedDate" is no longer supported by Firefox (see: https://developer.mozilla.org/en-US/docs/Web/API/File/lastModifiedDate#Specifications) and caused a bug preventing users from importing resources. Replacing it with simply "lastModified" fixes this.