summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Friedman <dmail@google.com> 2015-05-28 18:18:47 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-05-28 18:18:47 +0000
commit52454e38625e7457f645afe97ca3f666d615acc6 (patch)
tree97933bf433a074298810a9a4628ab0f7a5afb724
parent759b1673dd682db6dbddf8531b704dba1853ae1b (diff)
parentbb7877c4fe2c70ece0ab7d596e2a01a0e7c3c0db (diff)
am bb7877c4: Docs: IO quick fix--commenting out part of script.
* commit 'bb7877c4fe2c70ece0ab7d596e2a01a0e7c3c0db': Docs: IO quick fix--commenting out part of script.
-rw-r--r--docs/html/preview/download.jd6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/html/preview/download.jd b/docs/html/preview/download.jd
index a4db82f59eae..a1e702ba12a2 100644
--- a/docs/html/preview/download.jd
+++ b/docs/html/preview/download.jd
@@ -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;