Skip to content

Commit e852ad8

Browse files
committed
Log params nicely
1 parent b92ac36 commit e852ad8

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
@@ -63,7 +63,7 @@ function getEmbedURL(project, version, doc, docpath, section) {
6363
'docpath': docpath,
6464
'section': section,
6565
}
66-
console.debug('Data: ' + params);
66+
console.debug('Data: ' + JSON.stringify(params));
6767
var url = '{{ hoverxref_api_host }}' + '/api/v2/embed/?' + $.param(params);
6868
console.debug('URL: ' + url);
6969
return url

0 commit comments

Comments
 (0)