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
83d26de6
Commit
83d26de6
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fix broken JS
parent
e3aa3586
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/footer.html
+5
-6
docs/_includes/footer.html
with
5 additions
and
6 deletions
+5
-6
docs/_includes/footer.html
+
5
-
6
View file @
83d26de6
...
...
@@ -2,15 +2,14 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
></script>
<script
src=
"dist/js/bootstrap.min.js"
></script>
<script
src=
"
{{ site.baseurl }}
dist/js/bootstrap.min.js"
></script>
<script
src=
"assets/js/holder.js"
></script>
<script
src=
"assets/js/application.js"
></script>
<script
src=
"{{ site.baseurl }}assets/js/holder.js"
></script>
<script
src=
"{{ site.baseurl }}assets/js/application.js"
></script>
{% if page.slug == "customize" %}
<script
src=
"assets/js/raw-files.js"
></script>
<script
src=
"assets/js/customize.js"
></script>
<script
src=
"
{{ site.baseurl }}
assets/js/raw-files.js"
></script>
<script
src=
"
{{ site.baseurl }}
assets/js/customize.js"
></script>
{% endif %}
{% comment %}
...
...
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