mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
Implement favourite tooltip to show who favourited a post
This commit is contained in:
@@ -341,6 +341,8 @@ define(['composer'], function(composer) {
|
||||
updateHeader();
|
||||
}
|
||||
})();
|
||||
|
||||
$('.favourite-tooltip').tooltip();
|
||||
});
|
||||
|
||||
function enableInfiniteLoading() {
|
||||
|
||||
Reference in New Issue
Block a user