Fix reload on save (fixes #1642)

This commit is contained in:
John Firebaugh
2013-07-22 14:02:13 -07:00
parent e3755fe7ee
commit e36de8b0b1
+1 -1
View File
@@ -73,8 +73,8 @@ window.iD = function () {
context.intersects = history.intersects;
context.flush = function() {
history.reset();
connection.flush();
history.reset();
return context;
};