Community
Participate
Working Groups
webdavImpl.js line 197-200: var tail = location.substring(this._rootLocation.length); if (tail[tail.length - 1] = "/") { tail = tail.substring(0, tail.length - 1); } Surely the if statement should be === rather than =
Woops.Yes indeed, this has been fixed in my local copy for weeks however never pushed the change.