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

Commit 0a6d5112 authored by Amanda Kassay's avatar Amanda Kassay Committed by android-build-merger
Browse files

Add check for \'.end-content-title\' to force the end of content section in an...

Add check for \'.end-content-title\' to force the end of content section in an accordion. Fixes js error on mobile when the footer is appended inside of a content section. am: 85b7df26 am: e468c238
am: 5a00e9d3

* commit '5a00e9d3':
  Add check for '.end-content-title' to force the end of content section in an accordion. Fixes js error on mobile when the footer is appended inside of a content section.

Change-Id: I1d972ef1511ff8205ec54f1af7241db104ea976a
parents bb26248b 5a00e9d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -221,4 +221,4 @@ android {
y <a href="{@docRoot}preview/api-overview.html">API y funciones de Android N
y <a href="{@docRoot}preview/api-overview.html">API y funciones de Android N
</a>.</li>
</a>.</li>
</ul>
</ul>
<div class="end-content-title"></div>
+1 −1
Original line number Original line Diff line number Diff line
@@ -221,4 +221,4 @@ android {
dan <a href="{@docRoot}preview/api-overview.html">Android N API
dan <a href="{@docRoot}preview/api-overview.html">Android N API
dan Fiturnya</a>.</li>
dan Fiturnya</a>.</li>
</ul>
</ul>
<div class="end-content-title"></div>
+1 −1
Original line number Original line Diff line number Diff line
@@ -221,4 +221,4 @@ android {


</li>
</li>
</ul>
</ul>
<div class="end-content-title"></div>
+2 −2
Original line number Original line Diff line number Diff line
@@ -221,4 +221,4 @@ SDK</strong> 옵션 목록에서
및 기능</a>에서 Android N 플랫폼에
및 기능</a>에서 Android N 플랫폼에
대해 자세히 알아봅니다.</li>
대해 자세히 알아봅니다.</li>
</ul>
</ul>
<div class="end-content-title"></div>
+5 −5
Original line number Original line Diff line number Diff line
@@ -221,4 +221,4 @@ android {
e <a href="{@docRoot}preview/api-overview.html">Recursos de APIs do
e <a href="{@docRoot}preview/api-overview.html">Recursos de APIs do
Android N</a>.</li>
Android N</a>.</li>
</ul>
</ul>
<div class="end-content-title"></div>
Loading