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

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

am 84ad0894: fix markup error in download button and fix transition to install/update guide

* commit '84ad0894':
  fix markup error in download button and fix transition to install/update guide
parents 3e82a9c9 84ad0894
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ download (or continue to use) the

<h2 id="Updating">Updating to 0.2.x</h2>

<p>To update your existing version of Android Studio to 0.2.x, simply
<p>To update from Android Studio 0.1.x to 0.2.x,
follow the <a href="#Installing">installation instructions</a> below and replace your existing
installation.</p>

@@ -639,10 +639,9 @@ and install <strong>Android Studio Repository</strong>.</li>

  function onDownloadForRealz(link) {
    if ($("input#agree").is(':checked')) {
      $("div.sdk-terms,#sdk-terms-form,.sdk-terms-intro").hide();
      $("#main").show(function() {
          location.hash = "Installing";
          });
      $("#tos").hide();
      $("#main").show();
      location.hash = "Updating";
      return true;
    } else {
      $("label#agreeLabel,#bitpicker input").parent().stop().animate({color: "#258AAF"}, 200,