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

Commit 319213ee authored by David Friedman's avatar David Friedman Committed by Android Git Automerger
Browse files

am 52454e38: am bb7877c4: Docs: IO quick fix--commenting out part of script.

* commit '52454e38':
  Docs: IO quick fix--commenting out part of script.
parents 3a017f2c 52454e38
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -330,10 +330,16 @@ This is the Android SDK Preview License Agreement (the “License Agreement”).

  function onDownloadForRealz(link) {
    if ($("input#agree").is(':checked')) {
    /*
      $("#tos").fadeOut('fast');
      $("#landing").fadeIn('fast');
    */

      ga('send', 'event', 'M Preview', 'System Image', $("#downloadForRealz").html());

    /*
      location.hash = "";
    */
      return true;
    } else {
      return false;