mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-27 22:40:42 +01:00
- Notes still load over the xml api, so when the user is not authenticated, we can't use d3_json to fetch them (instead use to d3_xml) - Make sure to delete the deferred callback handles once the callbacks are processed (probably unnecessary, but good housekeeping) - Remove a stray `if (!json.elements)` block from the `parseUserJSON` function. This was preventing the user profile from parsing, as the user's JSON has no such property (was probably copied from `parseJSON`)
45 KiB
45 KiB