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

Commit 7190a059 authored by Scott Main's avatar Scott Main
Browse files

fix transition from download to install instructions

Change-Id: Ibb06779891ffab2c213b7c3401293e6fb7a6c4c9
parent ec025db4
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;