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

Commit 0b3fe078 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am a17201a8: am 7190a059: fix transition from download to install instructions

* commit 'a17201a8':
  fix transition from download to install instructions
parents d2ad6dc5 a17201a8
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -493,9 +493,8 @@ Check for updates</strong>).</p>

  function onDownloadForRealz(link) {
    if ($("input#agree").is(':checked')) {
      $("div.sdk-terms").slideUp();
      $("#sdk-terms-form,.sdk-terms-intro").fadeOut('fast');
      $("#main").fadeIn('fast', function() { 
      $("div.sdk-terms,#sdk-terms-form,.sdk-terms-intro").hide();
      $("#main").show(function() {
          location.hash = "Installing";
          });
      return true;