From e36de8b0b10d17ab3e72f54e8568ae5fd6ead72e Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 22 Jul 2013 14:02:13 -0700 Subject: [PATCH] Fix reload on save (fixes #1642) --- js/id/id.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/id.js b/js/id/id.js index b5b5b4dea..851257329 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -73,8 +73,8 @@ window.iD = function () { context.intersects = history.intersects; context.flush = function() { - history.reset(); connection.flush(); + history.reset(); return context; };