Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1b5b417 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am deac4de5: am 55d99832: docs: changes to sdk page and script for toggles

* commit 'deac4de5':
  docs: changes to sdk page and script for toggles
parents 112f0758 deac4de5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1065,6 +1065,7 @@ function toggleExpandable(link,id) {

function hideExpandable(ids) {
  $(ids).slideUp();
  $(ids).prev('h4').find('a.expandable').removeClass('expanded');
}


+15 −4
Original line number Diff line number Diff line
@@ -137,11 +137,16 @@
<?cs ########  HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
<?cs call:tag_list(root.descr) ?>

<div class="wrap">
<div class="pax col-13 online" style="display:none">



<h4><a href='' class="expandable"
  onclick="toggleExpandable(this,'.pax');hideExpandable('.myide,.reqs');return false;"
  >DOWNLOAD FOR OTHER PLATFORMS</a></h4>
  
  
<div class="pax col-13 online" style="display:none;margin:0;">

  
<p class="table-caption"><strong>ADT Bundle</strong></p>
  <table class="download">
@@ -230,13 +235,21 @@ var:sdk.linux_download
  </tr>
  </table>

</div><!-- end pax -->



</div><!-- end col-13 for lower-half content -->
  
  
  
  
<script>
  if (location.hash == "#Requirements") {
    $('.reqs').show();
  } else if (location.hash == "#ExistingIDE") {
	 $('.ide').show();
  }

  var os;
  var $bundlelink;
@@ -322,8 +335,6 @@ var:sdk.linux_download

</script>

</div><!-- end pax -->
</div><!-- end wrap -->


</div><!-- end the wrapper used for relative/absolute positions  -->