diff options
author | David Friedman <dmail@google.com> | 2015-05-28 11:01:31 -0700 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2015-05-28 11:07:41 -0700 |
commit | bb7877c4fe2c70ece0ab7d596e2a01a0e7c3c0db (patch) | |
tree | 54650e688bc069083f2f06695ad1c5320d7042d8 /docs/html/preview/download.jd | |
parent | c6c717d4f5ed77cf0e11a738247dc05e751c8763 (diff) | |
download | frameworks_base-bb7877c4fe2c70ece0ab7d596e2a01a0e7c3c0db.zip frameworks_base-bb7877c4fe2c70ece0ab7d596e2a01a0e7c3c0db.tar.gz frameworks_base-bb7877c4fe2c70ece0ab7d596e2a01a0e7c3c0db.tar.bz2 |
Docs: IO quick fix--commenting out part of script.
Change-Id: Iaa7aa1d5e055e8ae05c636e1504fa80261f4a78f
Diffstat (limited to 'docs/html/preview/download.jd')
-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 a4db82f..a1e702b 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; |