Added Contributor Titles to Names on Hover (fixes #10611) (#10624)

* Added Contributor Titles to Names on Hover

* Added Contributor Titles to Names on Hover

* added contributor title text on hover

* added contributor titles on hover in chat

* added contributor titles to text on hover

* Delete .project
This commit is contained in:
legitmaxwu
2018-08-30 12:52:37 -07:00
committed by Sabe Jones
parent 84329e5fad
commit 5c50a40f39
2 changed files with 9 additions and 1 deletions
@@ -316,4 +316,6 @@ achievs.getAchievementsForProfile = function getAchievementsForProfile (user, la
return result;
};
achievs.getContribText = contribText;
module.exports = achievs;