add the playerlevel to all "nickname"-classed elements
This commit is contained in:
parent
341b3d4a7d
commit
5fba0a4179
@ -51,11 +51,7 @@ window.plugin.guessPlayerLevels.setLevelTitle = function(dom) {
|
||||
}
|
||||
|
||||
window.plugin.guessPlayerLevels.setupChatNickHelper = function() {
|
||||
$('#portaldetails').delegate('#resodetails .meter-text', 'mouseenter', function() {
|
||||
window.plugin.guessPlayerLevels.setLevelTitle(this);
|
||||
});
|
||||
|
||||
$('#chat').delegate('mark', 'mouseenter', function() {
|
||||
$(window).delegate('.nickname', 'mouseenter', function() {
|
||||
window.plugin.guessPlayerLevels.setLevelTitle(this);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user