summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js2
1 files changed, 1 insertions, 1 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 b6ac96469..a926b3da9 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', 'jump to ' + n = '()');
+ a.attr('href',l.attr('href')).attr('title', 'jump to ' + n + '()');
a.append(p).append(n);