refactor: dont create user tooltips on every avatar

This commit is contained in:
Barış Soner Uşaklı
2023-01-12 19:51:01 -05:00
parent 5991727f42
commit 4931b1f636

View File

@@ -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,