Implement favourite tooltip to show who favourited a post

This commit is contained in:
MrWaffle
2014-01-22 19:46:34 +01:00
parent baa74958c5
commit b887b76c29
4 changed files with 44 additions and 3 deletions

View File

@@ -341,6 +341,8 @@ define(['composer'], function(composer) {
updateHeader();
}
})();
$('.favourite-tooltip').tooltip();
});
function enableInfiniteLoading() {