You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/05/10 14:46:19 UTC

[3/3] lucene-solr:jira/solr-10290: SOLR-10290: make page TOC appear on page load

SOLR-10290: make page TOC appear on page load


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/7856fdf7
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/7856fdf7
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/7856fdf7

Branch: refs/heads/jira/solr-10290
Commit: 7856fdf7a1ffb8ce038f3a40e8057f9f62dc89ec
Parents: 39fdd15
Author: Cassandra Targett <ca...@lucidworks.com>
Authored: Wed May 10 09:43:19 2017 -0500
Committer: Cassandra Targett <ca...@lucidworks.com>
Committed: Wed May 10 09:43:19 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/js/toc.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7856fdf7/solr/solr-ref-guide/src/js/toc.js
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/js/toc.js b/solr/solr-ref-guide/src/js/toc.js
index a54d172..9adff0d 100755
--- a/solr/solr-ref-guide/src/js/toc.js
+++ b/solr/solr-ref-guide/src/js/toc.js
@@ -7,8 +7,8 @@
       minimumHeaders: 3,
       headers: 'h1, h2, h3, h4',
       listType: 'ol', // values: [ol|ul]
-      showEffect: 'show', // values: [show|slideDown|fadeIn|none]
-      showSpeed: 'slow' // set to 0 to deactivate effect
+      showEffect: 'none', // values: [show|slideDown|fadeIn|none]
+      showSpeed: '0' // set to 0 to deactivate effect
     },
     settings = $.extend(defaults, options);
 
@@ -79,4 +79,4 @@
 
     render[settings.showEffect]();
   };
-})(jQuery);
\ No newline at end of file
+})(jQuery);