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

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

am 7190a059: fix transition from download to install instructions

* commit '7190a059':
  fix transition from download to install instructions
parents 6af13a74 7190a059
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;