diff options
author | smain@google.com <smain@google.com> | 2014-10-17 11:45:33 -0700 |
---|---|---|
committer | smain@google.com <smain@google.com> | 2014-10-17 11:45:33 -0700 |
commit | 3552be039a219d25656ca1dad8a78a5ab3f7c192 (patch) | |
tree | 0d29d5573f8259859570345951f14cbe2ea783b0 /docs | |
parent | 519ea74a47003827e2ffe90fc2d8fc4353499783 (diff) | |
download | frameworks_base-3552be039a219d25656ca1dad8a78a5ab3f7c192.zip frameworks_base-3552be039a219d25656ca1dad8a78a5ab3f7c192.tar.gz frameworks_base-3552be039a219d25656ca1dad8a78a5ab3f7c192.tar.bz2 |
fix 1% mystery bug on preview image downloads.
just remove the hashchange listener; no more back-navigation, eh.
Change-Id: I6c822336f33448d9ce01e710fbea2ab134fb8718
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/preview/index.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/html/preview/index.html b/docs/html/preview/index.html index 8d7fb8c..ed78e4d1 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> |