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
9e128eab
Commit
9e128eab
authored
Aug 17, 2017
by
Michael T Bailey
Browse files
Forgot md5.js depends
parent
9b60fb11
Changes
1
Hide whitespace changes
Inline
Side-by-side
srctweb/_pages/people.html
View file @
9e128eab
...
...
@@ -324,6 +324,7 @@ permalink: /people/
</table>
</div>
</div>
<script
src=
"https://cdn.rawgit.com/placemarker/jQuery-MD5/b985fce4/jquery.md5.js"
></script>
<script>
gravatars
=
$
(
"
img[alt='gravatar image']
"
)
gravatars
.
each
(
function
(
index
)
{
...
...
@@ -333,4 +334,4 @@ gravatars.each(function( index ) {
$
(
this
).
attr
(
'
src
'
,
'
https://www.gravatar.com/avatar/
'
+
md5
)
}
});
</script>
\ No newline at end of file
</script>
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