2
0
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:
Mark Otto
2018-04-08 18:28:35 -07:00
parent ec71b9e4bb
commit 30c6a8a380
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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',