diff options
| author | 2016-04-29 17:36:09 +0000 | |
|---|---|---|
| committer | 2016-04-29 17:36:09 +0000 | |
| commit | a7700c08fc15d03efeaae39b093c4585a669208e (patch) | |
| tree | 00243d839aa5db50895ec388c7b1f06b00916347 | |
| parent | 6a5ce2914a0360cf08c6b49a9f3ef66ad9fe6a1c (diff) | |
| parent | 935c4835aca0507b57d8d5aee7e5b544d4856f32 (diff) | |
Merge "Update studio_tos modal with correct id. b/28425669" into mnc-mr-docs am: 8d21a984a6
am: 935c4835ac
* commit '935c4835aca0507b57d8d5aee7e5b544d4856f32':
Update studio_tos modal with correct id. b/28425669
Change-Id: I38a93109a57589551f3abd539604b439a605b82d
| -rw-r--r-- | docs/html/sdk/index.jd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 94b7e559f866..1e7761b6d779 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -55,7 +55,7 @@ system all allow you to focus on building unique and high quality apps.</p> <!-- start studio download modal --> -<div data-modal="studio_tos" class="dac-modal" id="langform"> +<div data-modal="studio_tos" class="dac-modal" id="studio_tos"> <div class="dac-modal-container"> <div class="dac-modal-window"> <header class="dac-modal-header"> @@ -534,4 +534,3 @@ or AMD processor with support for AMD Virtualization™ (AMD-V™)</li> </div> </section> - |