diff options
author | 2016-09-02 15:24:11 -0700 | |
---|---|---|
committer | 2016-09-02 21:03:38 -0700 | |
commit | 9ac575abc307c10e06be652c5af90342b98c064d (patch) | |
tree | 15272e469bed85bd3649fe308273941306553139 /docs/html/index.jd | |
parent | 7dd974924671715501b53efb90e3e116d436d966 (diff) |
Doc change: remove useUpdatedTemplates script and sections using old templates.
Change-Id: I7c4e8f36125ad120699d5b2c66bea29433fecf59
Diffstat (limited to 'docs/html/index.jd')
-rw-r--r-- | docs/html/index.jd | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index dc59b71935dc..fe5dadaa45a5 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -6,16 +6,6 @@ nonavpage=true @jd:body -<script> - $(document).ready(function() { - if (useUpdatedTemplates) { - $("#useUpdatedTemplates").css("display","block"); - } else { - $("#useOldTemplates").css("display","block"); - } - }) -</script> - <section class="dac-expand dac-hero" style="background-color:#b2dfdb;"> <div class="wrap" style="max-width:1000px;margin-top:0"> <div class="col-7of16 col-push-8of16"> @@ -45,7 +35,7 @@ nonavpage=true </div> </section> -<div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand"> +<div class="dac-section dac-slim dac-gray dac-expand"> <div class="wrap dac-offset-parent"> <a class="dac-fab dac-scroll-button" data-scroll-button href="#build-apps"> <i class="dac-sprite dac-arrow-down-gray"></i> @@ -73,28 +63,6 @@ nonavpage=true </div><!-- end .wrap --> </div><!-- end .dac-actions --> -<div id="useOldTemplates" style="display:none" class="actions-bar dac-expand dac-invert"> - <div class="wrap dac-offset-parent"> - <a class="dac-fab dac-scroll-button" data-scroll-button="" href="#build-apps"> - <i class="dac-sprite dac-arrow-down-gray"></i> - </a> - <div class="actions"> - <div><a href="{@docRoot}studio/index.html"> - <span class="dac-sprite dac-auto-chevron-large"></span> - Get Android Studio - </a></div> - <div><a href="{@docRoot}samples/index.html"> - <span class="dac-sprite dac-auto-chevron-large"></span> - Browse Samples - </a></div> - <div><a href="{@docRoot}distribute/stories/index.html"> - <span class="dac-sprite dac-auto-chevron-large"></span> - Watch Stories - </a></div> - </div><!-- end .actions --> - </div><!-- end .wrap --> -</div> - <section class="dac-section dac-light" id="build-apps"><div class="wrap"> <h1 class="dac-section-title">Build Beautiful Apps</h1> <div class="dac-section-subtitle"> |