am 3518a34c: am d2d4fa78: am 43d7ad3e: am e62a4a50: am af8de90f: Merge "fix 1% mystery bug on preview image downloads. just remove the hashchange listener; no more back-navigation, eh." into lmp-dev

* commit '3518a34c2f90969a1b2ef0dd17ffaccdf5c477b5':
  fix 1% mystery bug on preview image downloads. just remove the hashchange listener; no more back-navigation, eh.
This commit is contained in:
smain@google.com
2014-10-17 21:28:23 +00:00
committed by Android Git Automerger

View File

@@ -662,14 +662,6 @@ the recommendations in <a href="/training/tv/games/index.html">Building TV Games
}
}
$(window).hashchange( function(){
if ($("#tos").is(":visible") && location.hash != "#download") {
$("#tos").hide();
$("#landing-wrapper").show();
}
});
</script>