Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70d0ca89 authored by smain@google.com's avatar smain@google.com Committed by Android Git Automerger
Browse files

am af8de90f: Merge "fix 1% mystery bug on preview image downloads. just remove...

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 'af8de90f':
  fix 1% mystery bug on preview image downloads. just remove the hashchange listener; no more back-navigation, eh.
parents f039ad90 af8de90f
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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>