am bb7877c4: Docs: IO quick fix--commenting out part of script.
* commit 'bb7877c4fe2c70ece0ab7d596e2a01a0e7c3c0db': Docs: IO quick fix--commenting out part of script.
This commit is contained in:
@@ -330,10 +330,16 @@ This is the Android SDK Preview License Agreement (the “License Agreement”).
|
|||||||
|
|
||||||
function onDownloadForRealz(link) {
|
function onDownloadForRealz(link) {
|
||||||
if ($("input#agree").is(':checked')) {
|
if ($("input#agree").is(':checked')) {
|
||||||
|
/*
|
||||||
$("#tos").fadeOut('fast');
|
$("#tos").fadeOut('fast');
|
||||||
$("#landing").fadeIn('fast');
|
$("#landing").fadeIn('fast');
|
||||||
|
*/
|
||||||
|
|
||||||
ga('send', 'event', 'M Preview', 'System Image', $("#downloadForRealz").html());
|
ga('send', 'event', 'M Preview', 'System Image', $("#downloadForRealz").html());
|
||||||
|
|
||||||
|
/*
|
||||||
location.hash = "";
|
location.hash = "";
|
||||||
|
*/
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user