Merge branch 'fix-guy-feature' into 'master'

Fix the guyguy "feature" on the profile page

See merge request ae/Sith!248
This commit is contained in:
Antoine Bartuccio 2019-10-15 00:26:04 +02:00
commit 42f5773f51
1 changed files with 1 additions and 1 deletions

View File

@ -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();