Fix typo in comment
This commit is contained in:
parent
b22b395e22
commit
186aade141
1 changed files with 1 additions and 1 deletions
|
@ -1356,7 +1356,7 @@ Zotero.Sync.Storage.Session.WebDAV.prototype.purgeOrphanedStorageFiles = functio
|
|||
|
||||
// Skip root URI
|
||||
if (href == path
|
||||
// Some Apache servers respond with an "/zotero" href
|
||||
// Some Apache servers respond with a "/zotero" href
|
||||
// even for a "/zotero/" request
|
||||
|| (trailingSlash && href + '/' == path)
|
||||
// Try URL-encoded as well, as above
|
||||
|
|
Loading…
Reference in a new issue