Skip to content

Commit 61807e9

Browse files
committed
Linter
1 parent 97109de commit 61807e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/core/static-src/core/js/doc-embed/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function attach_elastic_search_query(data) {
8181
// Since sphinx 2.2.1 FILE_SUFFIX is .html for all builders,
8282
// and there is a new BUILDER option.
8383
if ('BUILDER' in DOCUMENTATION_OPTIONS && DOCUMENTATION_OPTIONS.BUILDER === 'readthedocsdirhtml') {
84-
var suffix = '';
84+
suffix = '';
8585
}
8686
var link = doc.link + suffix;
8787

0 commit comments

Comments
 (0)