3 lines
47 B
JavaScript
3 lines
47 B
JavaScript
|
$(function() {
|
||
|
$('.member-avatar').rsImg();
|
||
|
})
|