mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 22:23:23 +00:00
Fix the guyguy "feature" on the profile page
This commit is contained in:
parent
660a3161f5
commit
34df825718
@ -200,7 +200,7 @@ $( function() {
|
|||||||
keys.push(e.keyCode);
|
keys.push(e.keyCode);
|
||||||
if (keys.toString()==pattern) {
|
if (keys.toString()==pattern) {
|
||||||
keys = [];
|
keys = [];
|
||||||
$("#right_column img").attr("src", "{{ static('core/img/yug.jpg') }}");
|
$("#user_profile_pictures_bigone img").attr("src", "{{ static('core/img/yug.jpg') }}");
|
||||||
}
|
}
|
||||||
if (keys.length==6) {
|
if (keys.length==6) {
|
||||||
keys.shift();
|
keys.shift();
|
||||||
|
Loading…
Reference in New Issue
Block a user