am 0b3fe078: am a17201a8: am 7190a059: fix transition from download to install instructions
* commit '0b3fe0785c0c6ff0ce834c06b6828f884a658730':
fix transition from download to install instructions
diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd
index 1ed84bd..8825bcc 100644
--- a/docs/html/sdk/installing/studio.jd
+++ b/docs/html/sdk/installing/studio.jd
@@ -493,9 +493,8 @@
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;