mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
remove script type attribute
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
{% endif %}
|
||||
|
||||
{% if page.slug == "getting-started" or page.slug == "css" or page.slug == "components" or page.slug == "js" %}
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
||||
<script>
|
||||
var docsearch = docsearch({
|
||||
apiKey: 'c6aa63796ef2f94c7e7e7f0b93b4a223',
|
||||
indexName: 'bootstrap-v3',
|
||||
|
||||
Reference in New Issue
Block a user