diff options
Diffstat (limited to 'docs/html')
-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; |