Skip to content

Commit 526ccae

Browse files
committed
Fix search page (#2961)
1 parent 021c659 commit 526ccae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/instantsearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
const parsed_search_page = parseInt(search_page);
77
let version = doc.location.pathname.split('/')[2];
88
if (!/^\d+\.\d+$/.test(version) && version !== 'latest') {
9-
version = 'master';
9+
version = 'latest';
1010
}
1111
const hitsContainer = '#hits';
1212
const statsContainer = '#stats';

0 commit comments

Comments
 (0)