mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Update web_tree_image_tooltip/static/src/js/tooltip.js
Co-Authored-By: Alexandre Díaz <alexandre.diaz@tecnativa.com>
This commit is contained in:
committed by
Christopher Ormaza
parent
cfd61b9be1
commit
b144aa1b41
@@ -13,7 +13,7 @@ odoo.define('web_tree_image_tooltip.web_tree_image_tooltip',
|
|||||||
$(event.currentTarget).tooltip({
|
$(event.currentTarget).tooltip({
|
||||||
title: "<img src="+img_src+" />",
|
title: "<img src="+img_src+" />",
|
||||||
delay: 0,
|
delay: 0,
|
||||||
});
|
}).tooltip('show');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user