Remove unnecessary history save

The intro saves and restored the current state via toJSON/fromJSON.
This commit is contained in:
John Firebaugh
2013-10-10 13:42:23 -07:00
parent 4b1af71d10
commit 7b09a97f6c
+1 -1
View File
@@ -17,7 +17,7 @@ iD.ui.intro = function(context) {
// Load semi-real data used in intro
context.connection().toggle(false).flush();
context.history().save().reset();
context.history().reset();
introGraph = JSON.parse(iD.introGraph);
for (var key in introGraph) {