Skip to content

Commit 88b4f3b

Browse files
committed
Add space when console.debug
1 parent de3073b commit 88b4f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hoverxref/_static/js/hoverxref.js_t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $(document).ready(function() {
4242
var docpath = $origin.data('docpath');
4343
var section = $origin.data('section');
4444

45-
console.debug('Data: project=' + project + ' version=' + version + ' doc=' + doc + 'path=' + docpath + ' section=' + section);
45+
console.debug('Data: project=' + project + ' version=' + version + ' doc=' + doc + ' path=' + docpath + ' section=' + section);
4646

4747
// we set a variable so the data is only loaded once via Ajax, not every time the tooltip opens
4848
if ($origin.data('loaded') !== true) {

0 commit comments

Comments
 (0)