diff --git a/js/id/behavior/hash.js b/js/id/behavior/hash.js index e44c504ec..1cc298c1d 100644 --- a/js/id/behavior/hash.js +++ b/js/id/behavior/hash.js @@ -40,6 +40,7 @@ iD.behavior.Hash = function(context) { }; function update() { + if (context.inIntro()) return; var s1 = formatter(context.map()); if (s0 !== s1) location.replace(s0 = s1); // don't recenter the map! }