|
|
@ -281,6 +281,7 @@ $(document).ready(function() {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
$(this).toggleClass('plus').toggleClass('heart');
|
|
|
|
$(this).toggleClass('plus').toggleClass('heart');
|
|
|
|
|
|
|
|
$(this).translateAttr('title', type === 'follow' ? '[[global:unfollow]]' : '[[global:follow]]');
|
|
|
|
|
|
|
|
|
|
|
|
if ($(this).find('b.drop').length === 0) {
|
|
|
|
if ($(this).find('b.drop').length === 0) {
|
|
|
|
$(this).prepend('<b class="drop"></b>');
|
|
|
|
$(this).prepend('<b class="drop"></b>');
|
|
|
|