mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-18 18:30:14 +02:00
refactor: dont create user tooltips on every avatar
This commit is contained in:
@@ -206,7 +206,7 @@ if (document.readyState === 'loading') {
|
||||
if (!isTouchDevice) {
|
||||
els = els || $('body');
|
||||
els.tooltip({
|
||||
selector: '.avatar',
|
||||
selector: 'a>.avatar',
|
||||
placement: placement || 'top',
|
||||
container: '#content',
|
||||
animation: false,
|
||||
|
||||
Reference in New Issue
Block a user