mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-24 22:53:20 +00:00
Clear localstorage edits after successful save..
This commit is contained in:
@@ -165,6 +165,7 @@ iD.modes.Save = function(context) {
|
||||
});
|
||||
showErrors();
|
||||
} else {
|
||||
history.clearSaved();
|
||||
success(e, changeset_id);
|
||||
// Add delay to allow for postgres replication #1646 #2678
|
||||
window.setTimeout(function() {
|
||||
|
||||
Reference in New Issue
Block a user