Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
77bd8fe9
Commit
77bd8fe9
authored
7 years ago
by
XhmikosR
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove `text/javascript` since it's the default one. (#23321)
parent
f8e89c52
6 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25326
Adjust examples
,
!23995
Add back cursor: pointer for .btn-link
,
!23207
#22402 : modal: new autofocus & keyboardBtnNav options
,
!17021
v4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_includes/ads.html
+1
-1
_includes/ads.html
_includes/scripts.html
+2
-2
_includes/scripts.html
with
3 additions
and
3 deletions
+3
-3
_includes/ads.html
+
1
-
1
View file @
77bd8fe9
<script
async
type=
"text/javascript"
src=
"https://cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=getbootstrapcom"
id=
"_carbonads_js"
></script>
<script
async
src=
"https://cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=getbootstrapcom"
id=
"_carbonads_js"
></script>
This diff is collapsed.
Click to expand it.
_includes/scripts.html
+
2
-
2
View file @
77bd8fe9
...
...
@@ -23,8 +23,8 @@
<script
src=
"{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"
></script>
{% if page.layout == "docs" %}
<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
:
'
48cb48b22351bc71ea5f12f4d1ede198
'
,
indexName
:
'
bootstrap-v4
'
,
...
...
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
Menu
Explore
Projects
Groups
Snippets