summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js')
-rw-r--r--user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js b/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js
index 5d5a19509..b6ac96469 100644
--- a/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js
+++ b/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js
@@ -16,7 +16,7 @@ $(function (){
var l = $(e).children('.headerlink');
var a = $('<a>');
- a.attr('href',l.attr('href')).attr('title', 'Link to this definition');
+ a.attr('href',l.attr('href')).attr('title', 'jump to ' + n = '()');
a.append(p).append(n);
@@ -34,7 +34,7 @@ $(function (){
customIndex.empty();
customIndex.append(ul0);
- var l = createList('dl.method > dt');
+ var l = createList('dl.method > dt, dl.function > dt');
if (l) {
var ul = c.clone()
.append('<h3>Methods / Functions</h3>')