Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2693e49e
Commit
2693e49e
authored
7 years ago
by
XhmikosR
Committed by
Johann-S
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove unneeded `docsearch` variable.
parent
1537129f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_includes/scripts.html
+7
-7
_includes/scripts.html
with
7 additions
and
7 deletions
+7
-7
_includes/scripts.html
+
7
-
7
View file @
2693e49e
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment