| Summary: | Assignment rather than comparison in webdavimpl.js | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> |
| Component: | Client | Assignee: | Simon Kaegi <simon_kaegi> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | simon_kaegi |
| Version: | unspecified | ||
| Target Milestone: | 0.3 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Woops.Yes indeed, this has been fixed in my local copy for weeks however never pushed the change. |
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 =