am fed4cf89
: am 1b5eef1b
: am b16edb5f
: Merge "add unique ID to each windows download link. These IDs are necessary for the TOS wall to identify which link should be applied to the download button." into mnc-dev
* commit 'fed4cf896d2ba46a97bbbb753fd019f98bb42d90': add unique ID to each windows download link. These IDs are necessary for the TOS wall to identify which link should be applied to the download button.
This commit is contained in:
commit
761fcbe792
1 changed files with 2 additions and 2 deletions
|
@ -353,7 +353,7 @@ var:sdk.linux_download
|
||||||
<tr>
|
<tr>
|
||||||
<!-- blank TD from Windows rowspan -->
|
<!-- blank TD from Windows rowspan -->
|
||||||
<td>
|
<td>
|
||||||
<a onclick="return onDownload(this,false,true)"
|
<a onclick="return onDownload(this,false,true)" id="win-bundle-notools"
|
||||||
href="https://dl.google.com/dl/android/studio/install/<?cs var:studio.version ?>/<?cs var:studio.win_notools_exe_download ?>"
|
href="https://dl.google.com/dl/android/studio/install/<?cs var:studio.version ?>/<?cs var:studio.win_notools_exe_download ?>"
|
||||||
><?cs var:studio.win_notools_exe_download ?></a><br>(No SDK tools included)
|
><?cs var:studio.win_notools_exe_download ?></a><br>(No SDK tools included)
|
||||||
</td>
|
</td>
|
||||||
|
@ -364,7 +364,7 @@ var:sdk.linux_download
|
||||||
<tr>
|
<tr>
|
||||||
<!-- blank TD from Windows rowspan -->
|
<!-- blank TD from Windows rowspan -->
|
||||||
<td>
|
<td>
|
||||||
<a onclick="return onDownload(this,false,true)"
|
<a onclick="return onDownload(this,false,true)" id="win-bundle-zip"
|
||||||
href="https://dl.google.com/dl/android/studio/ide-zips/<?cs var:studio.version ?>/<?cs var:studio.win_bundle_download ?>"
|
href="https://dl.google.com/dl/android/studio/ide-zips/<?cs var:studio.version ?>/<?cs var:studio.win_bundle_download ?>"
|
||||||
><?cs var:studio.win_bundle_download ?></a>
|
><?cs var:studio.win_bundle_download ?></a>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue