change the documentation menu link from toc to index

Change-Id: Icec2ea5c174f9dda43291ccadc0321aab2088ced
(cherry picked from commit d1b3f333c2)
This commit is contained in:
Jim Phillips
2015-07-17 11:17:56 -04:00
committed by Olga Gusarenko
parent 98ac28be38
commit 462d712084

View File

@@ -246,6 +246,8 @@ $(document).ready(function () {
$('a.toc-backref').contents().unwrap();
$('ul.nav.navbar-nav > li > a[href="contents.html"]').attr('href', 'index.html');
prepareList();
});