Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
7207872c
Commit
7207872c
authored
Dec 06, 2016
by
Sébastiaan Versteeg
Browse files
Remove weird avatar error replacement JS
parent
b6b8b612
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/static/js/thimbus.js
View file @
7207872c
...
...
@@ -824,11 +824,3 @@ jQuery(document).ready(function() {
padding
:
0
});
});
jQuery
(
document
).
ready
(
function
()
{
$
(
'
.member-item img
'
).
on
(
'
error
'
,
function
(
e
)
{
if
(
e
.
target
.
src
.
indexOf
(
'
gravatarmissing.png
'
)
==
-
1
)
{
e
.
target
.
src
=
'
/packages/theme_thimbus/themes/thimbus/assets/images/gravatarmissing.png
'
;
}
});
});
\ No newline at end of file
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