summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2014-10-17 11:45:33 -0700
committersmain@google.com <smain@google.com>2014-10-17 11:45:33 -0700
commit3552be039a219d25656ca1dad8a78a5ab3f7c192 (patch)
tree0d29d5573f8259859570345951f14cbe2ea783b0
parent519ea74a47003827e2ffe90fc2d8fc4353499783 (diff)
downloadbase-3552be039a219d25656ca1dad8a78a5ab3f7c192.tar.gz
fix 1% mystery bug on preview image downloads.
just remove the hashchange listener; no more back-navigation, eh. Change-Id: I6c822336f33448d9ce01e710fbea2ab134fb8718
-rw-r--r--docs/html/preview/index.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/html/preview/index.html b/docs/html/preview/index.html
index 8d7fb8cb5ef6..ed78e4d1de91 100644
--- a/docs/html/preview/index.html
+++ b/docs/html/preview/index.html
@@ -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>