fix transition from download to install instructions
Change-Id: Ibb06779891ffab2c213b7c3401293e6fb7a6c4c9
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user