Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
b097f5ef
Verified
Commit
b097f5ef
authored
Oct 13, 2017
by
David Haynes
🙆
Browse files
Fix google calendar API call
- required jquery _before_ the script
parent
6356719d
Changes
3
Hide whitespace changes
Inline
Side-by-side
srctweb/_includes/scripts.html
View file @
b097f5ef
<script
src=
"https://c
ode.jquery.com
/jquery
-
3.2.1
.slim
.min.js"
integrity=
"sha
384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN
"
crossorigin=
"anonymous"
></script>
<script
src=
"https://c
dnjs.cloudflare.com/ajax/libs
/jquery
/
3.2.1
/jquery
.min.js"
integrity=
"sha
256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=
"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity=
"sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin=
"anonymous"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"
integrity=
"sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin=
"anonymous"
></script>
srctweb/_layouts/default.html
View file @
b097f5ef
...
...
@@ -3,6 +3,7 @@
<html
lang=
"{{ site.locale | slice: 0,2 }}"
>
<head>
{% include head.html %}
{% include scripts.html %}
</head>
<body>
...
...
@@ -23,5 +24,4 @@
{% include footer.html %}
</div>
{% include scripts.html %}
</html>
srctweb/_pages/home.html
View file @
b097f5ef
...
...
@@ -300,9 +300,6 @@ jumbotron: true
</div>
</div>
</div>
<!-- BREAK OUT INTO TEMPLATE BLOCK -->
<script>
$
(
function
()
{
// Public API Key for Google Calendar access (Key from nander13's gmail account)
...
...
Write
Preview
Markdown
is supported
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