summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2013-07-20 00:55:37 +0200
committerDerek Jones <derek.jones@ellislab.com>2013-07-20 00:55:37 +0200
commit8e64fd316b04686273055de286b698061b17e905 (patch)
tree35b64950244b14113261b279e897c3e1117b0f69 /user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js
parent1132b9c41f57f01eb624d4b04684ba077971371e (diff)
Adding CSS needed for function/method differences
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>')