Skip to content

Commit

Permalink
Initialize users avatars when replacing a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed May 9, 2020
1 parent f783507 commit 096eb73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/javascripts/users.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
(function() {
"use strict";
App.Users = {
initialize: function() {
initializeAvatar: function() {
$(".initialjs-avatar").initial();
},
initialize: function() {
this.initializeAvatar();
}
};
}).call(this);

0 comments on commit 096eb73

Please sign in to comment.