am 9cf9a6c6
: am a8bbfca3
: Change "M Preview" tab to "Preview", change "monetize" subtab to "Earn". Highlight preview subtab on preview pages. Change "About" link to latest version of Android.
* commit '9cf9a6c6dcd9d58024dc115a703feb7bc47098bd': Change "M Preview" tab to "Preview", change "monetize" subtab to "Earn". Highlight preview subtab on preview pages. Change "About" link to latest version of Android.
This commit is contained in:
commit
fd2d4fc975
2 changed files with 5 additions and 6 deletions
|
@ -186,6 +186,8 @@ $(document).ready(function() {
|
|||
subNavEl.find("li.google > a").addClass("selected");
|
||||
} else if ($("body").hasClass("samples")) {
|
||||
subNavEl.find("li.samples > a").addClass("selected");
|
||||
} else if ($("body").hasClass("preview")) {
|
||||
subNavEl.find("li.preview > a").addClass("selected");
|
||||
} else {
|
||||
parentNavEl.removeClass('has-subnav').addClass("selected");
|
||||
}
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
<a class="dac-nav-link dac-visible-mobile-block" href="<?cs var:toroot ?>index.html">Home</a>
|
||||
<ul class="dac-nav-secondary about">
|
||||
<li class="dac-nav-item about">
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>about/index.html">About</a>
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>about/index.html">Android</a>
|
||||
</li>
|
||||
<li class="dac-nav-item wear">
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>wear/index.html">Wear</a>
|
||||
|
@ -178,7 +178,7 @@
|
|||
</li>
|
||||
<?cs /if ?>
|
||||
<li class="dac-nav-item preview">
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>preview/index.html">M Preview</a>
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>preview/index.html">Preview</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -200,14 +200,11 @@
|
|||
<li class="dac-nav-item engage">
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>distribute/engage/index.html">Engage & Retain</a></li>
|
||||
<li class="dac-nav-item monetize">
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>distribute/monetize/index.html">Monetize</a>
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>distribute/monetize/index.html">Earn</a>
|
||||
</li>
|
||||
<li class="dac-nav-item analyze">
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>distribute/analyze/index.html">Analyze</a>
|
||||
</li>
|
||||
<li class="dac-nav-item disttools">
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>distribute/tools/index.html">Tools</a>
|
||||
</li>
|
||||
<li class="dac-nav-item stories">
|
||||
<a class="dac-nav-link" href="<?cs var:toroot ?>distribute/stories/index.html">Stories</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue