From 3552be039a219d25656ca1dad8a78a5ab3f7c192 Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Fri, 17 Oct 2014 11:45:33 -0700 Subject: [PATCH] fix 1% mystery bug on preview image downloads. just remove the hashchange listener; no more back-navigation, eh. Change-Id: I6c822336f33448d9ce01e710fbea2ab134fb8718 --- docs/html/preview/index.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/html/preview/index.html b/docs/html/preview/index.html index 8d7fb8cb5ef6c..ed78e4d1de912 100644 --- a/docs/html/preview/index.html +++ b/docs/html/preview/index.html @@ -662,14 +662,6 @@ the recommendations in Building TV Games } } - $(window).hashchange( function(){ - if ($("#tos").is(":visible") && location.hash != "#download") { - $("#tos").hide(); - $("#landing-wrapper").show(); - } - }); - -