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

Commit 19e884f2 authored by smain@google.com's avatar smain@google.com
Browse files

make sdk download links use HTTPS

bug: 8033954

Change-Id: Idffbb31d397b765fc71ec034d30cc58d1423fdc9
parent b8a60dad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@ hide_license_footer=true
    if (location.indexOf('?v=') != -1) {
      var filename = location.substring(location.indexOf('=')+1,location.length);
      if (document.getElementById('checkbox').checked) {
        document.location = "http://dl.google.com/android/" + filename;
        document.location = "https://dl.google.com/android/" + filename;
      }
      document.getElementById('click-download').setAttribute("href", "http://dl.google.com/android/"
      document.getElementById('click-download').setAttribute("href", "https://dl.google.com/android/"
+ filename);
      $("#terms-form").hide(500);
      $("#next-steps").show(500);