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
|
// Skip root URI
|
||||||
if (href == path
|
if (href == path
|
||||||
// Some Apache servers respond with an "/zotero" href
|
// Some Apache servers respond with a "/zotero" href
|
||||||
// even for a "/zotero/" request
|
// even for a "/zotero/" request
|
||||||
|| (trailingSlash && href + '/' == path)
|
|| (trailingSlash && href + '/' == path)
|
||||||
// Try URL-encoded as well, as above
|
// Try URL-encoded as well, as above
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue