Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
University of Michigan Fencing
club-theme
Commits
66757f12
Commit
66757f12
authored
May 04, 2016
by
key-amb
Browse files
Update jQuery to v1.12.3
parent
1bc4d69b
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
README.md
View file @
66757f12
...
...
@@ -42,9 +42,9 @@ Because _Bootie Docs_ is developed for documentation, it lacks many blog-type fa
**Bootie Docs**
includes following libraries:
*
[
jQuery
](
https://jquery.com/
)
v1.11.2 ... Requried by _Bootstrap_.
*
[
highlight.js
](
https://highlightjs.org/
)
v8.5 ... For syntax highlighting.
*
[
Bootstrap
](
http://getbootstrap.com/
)
v3.3.6 ... Well-known CSS framework.
*
[
jQuery
](
https://jquery.com/
)
v1.12.3 ... Requried by _Bootstrap_.
## LICENSE
...
...
layouts/partials/footer.html
View file @
66757f12
...
...
@@ -24,7 +24,7 @@
ga
(
'
send
'
,
'
pageview
'
);
</script>
{{ end }}
<script
src=
"{{ $baseUrl }}/js/jquery
-1.11.2
.min.js"
></script>
<script
src=
"{{ $baseUrl }}/js/jquery.min.js"
></script>
<script
src=
"{{ $baseUrl }}/js/bootstrap.min.js"
></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"{{ $baseUrl }}/js/highlight.min.js"
></script>
...
...
static/js/jquery-1.11.2.min.js
deleted
100644 → 0
View file @
1bc4d69b
This diff is collapsed.
Click to expand it.
static/js/jquery.min.js
0 → 100644
View file @
66757f12
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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