diff options
| author | 2015-05-28 18:18:47 +0000 | |
|---|---|---|
| committer | 2015-05-28 18:18:47 +0000 | |
| commit | 52454e38625e7457f645afe97ca3f666d615acc6 (patch) | |
| tree | 97933bf433a074298810a9a4628ab0f7a5afb724 | |
| parent | 759b1673dd682db6dbddf8531b704dba1853ae1b (diff) | |
| parent | bb7877c4fe2c70ece0ab7d596e2a01a0e7c3c0db (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.jd | 6 |
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; |