diff options
| author | XhmikosR <[email protected]> | 2017-09-26 18:22:53 +0300 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-09-27 09:22:31 +0200 |
| commit | 2693e49e06a0bc680a78c3c075c327446383ece7 (patch) | |
| tree | eae513a99fa8bc8501d5e05b03b4581378491504 /_includes/scripts.html | |
| parent | 1537129f0b75615755598eed1973c1fb9b4b5a52 (diff) | |
| download | bootstrap-2693e49e06a0bc680a78c3c075c327446383ece7.tar.xz bootstrap-2693e49e06a0bc680a78c3c075c327446383ece7.zip | |
Remove unneeded `docsearch` variable.
Diffstat (limited to '_includes/scripts.html')
| -rw-r--r-- | _includes/scripts.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/_includes/scripts.html b/_includes/scripts.html index f457828ad..0af5f5c69 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -24,7 +24,7 @@ {% if page.layout == "docs" %} <script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script> <script> - var docsearch = docsearch({ + docsearch({ apiKey: '48cb48b22351bc71ea5f12f4d1ede198', indexName: 'bootstrap-v4', inputSelector: '#search-input', @@ -46,10 +46,10 @@ {% endif %} <script> -Holder.addTheme('gray', { - bg: '#777', - fg: 'rgba(255,255,255,.75)', - font: 'Helvetica', - fontweight: 'normal' -}); + Holder.addTheme('gray', { + bg: '#777', + fg: 'rgba(255,255,255,.75)', + font: 'Helvetica', + fontweight: 'normal' + }); </script> |
