Repository: cordova-docs
Updated Branches:
  refs/heads/master b32eaf135 -> e366a30f3


CB-10516: Remove h3-h6 from showing up in docs ToC

Removing h3-h6 from showing up in docs ToC. This closes #481


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/e366a30f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/e366a30f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/e366a30f

Branch: refs/heads/master
Commit: e366a30f3796ee61a254af44c23c9f2966ee57f5
Parents: b32eaf1
Author: Sarangan Rajamanickam <saraj...@microsoft.com>
Authored: Tue Feb 2 15:16:31 2016 -0800
Committer: riknoll <richard.b.kn...@gmail.com>
Committed: Tue Feb 2 17:19:51 2016 -0800

----------------------------------------------------------------------
 www/static/js/docs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e366a30f/www/static/js/docs.js
----------------------------------------------------------------------
diff --git a/www/static/js/docs.js b/www/static/js/docs.js
index 6ec407b..873a69a 100644
--- a/www/static/js/docs.js
+++ b/www/static/js/docs.js
@@ -40,7 +40,7 @@ $(document).ready(function () {
 
     // Table of Contents
     $('#page-toc').toc({
-        'selectors':         'h1,h2,h3,h4,h5,h6', // elements to use as 
headings
+        'selectors':         'h1,h2', // elements to use as headings
         'container':         '#page-toc-source', // element to find all 
selectors in
         'prefix':            'link-', // prefix for anchor tags and class names
         'onHighlight':       function(el) {}, // called when a new section is 
highlighted


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to