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
040f4c4a
Commit
040f4c4a
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #18284 from twbs/tether-docs-fix
Docs: Separate Tether out from docs.min.js
parents
eea6690d
9a5222ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/_includes/footer.html
+2
-0
docs/_includes/footer.html
grunt/configBridge.json
+0
-1
grunt/configBridge.json
with
2 additions
and
1 deletion
+2
-1
docs/_includes/footer.html
+
2
-
0
View file @
040f4c4a
...
...
@@ -14,6 +14,8 @@
<script
src=
"{{ site.cdn.jquery }}"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="{{ site.baseurl }}/assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script
src=
"{{ site.baseurl }}/assets/js/vendor/tether.min.js"
></script>
{% if site.github %}
<script
src=
"{{ site.baseurl }}/dist/js/bootstrap.min.js"
></script>
{% else %}
...
...
This diff is collapsed.
Click to expand it.
grunt/configBridge.json
+
0
-
1
View file @
040f4c4a
...
...
@@ -4,7 +4,6 @@
"../assets/js/vendor/anchor.min.js"
,
"../assets/js/vendor/clipboard.min.js"
,
"../assets/js/vendor/holder.min.js"
,
"../assets/js/vendor/tether.min.js"
,
"../assets/js/src/application.js"
]
}
...
...
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