summaryrefslogtreecommitdiffstats
path: root/docs/html/preview/setup-sdk.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/preview/setup-sdk.jd')
-rw-r--r--docs/html/preview/setup-sdk.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd
index 7ad881a..46e4aa0 100644
--- a/docs/html/preview/setup-sdk.jd
+++ b/docs/html/preview/setup-sdk.jd
@@ -350,7 +350,7 @@ sure that you theme extends the material theme:</p>
if ($("input#agree").is(':checked')) {
$("#tos").fadeOut('fast');
$("#landing").fadeIn('fast');
- _gaq.push(['_trackEvent', 'L Preview', 'System Image', $("#downloadForRealz").html()]);
+ ga('send', 'event', 'L Preview', 'System Image', $("#downloadForRealz").html());
location.hash = "";
return true;
} else {