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 3fa284f commit ac65366Copy full SHA for ac65366
src/js/vendor/docsearch.bundle.js
@@ -1,12 +1,12 @@
1
;(function () {
2
'use strict'
3
4
- activateSearch(require('docsearch.js/dist/cdn/docsearch.js'), document.getElementById('search-script').dataset)
5
-
6
var CTRL_KEY_CODE = 17
7
var S_KEY_CODE = 83
8
var SOLIDUS_KEY_CODE = 191
9
+ activateSearch(require('docsearch.js/dist/cdn/docsearch.js'), document.getElementById('search-script').dataset)
+
10
function activateSearch (docsearch, config) {
11
appendStylesheet(config.stylesheet)
12
var algoliaOptions = {
0 commit comments