OSDN Git Service

Docs: IO quick fix--commenting out part of script.
authorDavid Friedman <dmail@google.com>
Thu, 28 May 2015 18:01:31 +0000 (11:01 -0700)
committerDavid Friedman <dmail@google.com>
Thu, 28 May 2015 18:07:41 +0000 (11:07 -0700)
Change-Id: Iaa7aa1d5e055e8ae05c636e1504fa80261f4a78f

docs/html/preview/download.jd

index a4db82f..a1e702b 100644 (file)
@@ -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;