File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
var mathjax = {{ 'true' if hoverxref_mathjax else 'false' }};
2
2
var sphinxtabs = {{ 'true' if hoverxref_sphinxtabs else 'false' }};
3
3
4
- function reRender (instance, helper) {
4
+ function reRenderTooltip (instance, helper) {
5
5
// Check if the content is the same as the default content until
6
6
// it's different. Once it's different, re renders its content
7
7
// to show it properly (this may involve calling external JS
@@ -18,7 +18,7 @@ function reRender (instance, helper) {
18
18
};
19
19
instance.reposition();
20
20
} else {
21
- setTimeout(reRender , 100, instance, helper);
21
+ setTimeout(reRenderTooltip , 100, instance, helper);
22
22
};
23
23
}
24
24
@@ -95,7 +95,7 @@ $(document).ready(function() {
95
95
helper.tooltip.classList.add('{{ hoverxref_tooltip_class }}');
96
96
reLoadSphinxTabs();
97
97
setTimeout(
98
- reRender ,
98
+ reRenderTooltip ,
99
99
50,
100
100
instance,
101
101
helper
You can’t perform that action at this time.
0 commit comments