am 7190a059: fix transition from download to install instructions

* commit '7190a05951efa4f5cf94bb22da48dce85c52bd06':
  fix transition from download to install instructions
This commit is contained in:
Scott Main
2013-06-14 10:53:45 -07:00
committed by Android Git Automerger

View File

@@ -493,9 +493,8 @@ Check for updates</strong>).</p>
function onDownloadForRealz(link) {
if ($("input#agree").is(':checked')) {
$("div.sdk-terms").slideUp();
$("#sdk-terms-form,.sdk-terms-intro").fadeOut('fast');
$("#main").fadeIn('fast', function() {
$("div.sdk-terms,#sdk-terms-form,.sdk-terms-intro").hide();
$("#main").show(function() {
location.hash = "Installing";
});
return true;