mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
This commit is contained in:
@@ -171,7 +171,7 @@ app.cacheBuster = null;
|
|||||||
|
|
||||||
app.createUserTooltips = function(els) {
|
app.createUserTooltips = function(els) {
|
||||||
els = els || $('body');
|
els = els || $('body');
|
||||||
els.find('img[title].teaser-pic,img[title].user-img,div.user-icon,span.user-icon').each(function() {
|
els.find('.avatar,img[title].teaser-pic,img[title].user-img,div.user-icon,span.user-icon').each(function() {
|
||||||
if (!utils.isTouchDevice()) {
|
if (!utils.isTouchDevice()) {
|
||||||
$(this).tooltip({
|
$(this).tooltip({
|
||||||
placement: 'top',
|
placement: 'top',
|
||||||
|
|||||||
Reference in New Issue
Block a user