We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3073b commit 88b4f3bCopy full SHA for 88b4f3b
hoverxref/_static/js/hoverxref.js_t
@@ -42,7 +42,7 @@ $(document).ready(function() {
42
var docpath = $origin.data('docpath');
43
var section = $origin.data('section');
44
45
- console.debug('Data: project=' + project + ' version=' + version + ' doc=' + doc + 'path=' + docpath + ' section=' + section);
+ console.debug('Data: project=' + project + ' version=' + version + ' doc=' + doc + ' path=' + docpath + ' section=' + section);
46
47
// we set a variable so the data is only loaded once via Ajax, not every time the tooltip opens
48
if ($origin.data('loaded') !== true) {
0 commit comments