re-enable connection after walkthrough

This commit is contained in:
Ansis Brammanis
2013-03-27 12:00:09 -04:00
parent 2b4e260953
commit 1b830c1f55

View File

@@ -40,7 +40,7 @@ iD.ui.intro = function(context) {
curtain.remove();
navwrap.remove();
d3.select('.layer-layer:first-child').style('opacity', opacity);
context.connection().toggle(false).flush().loadedTiles(loadedTiles);
context.connection().toggle(true).flush().loadedTiles(loadedTiles);
context.history().reset().merge(baseEntities);
if (history) context.history().fromJSON(history);
window.location.replace(hash);