From a9f065484868deb26098c07e97bd1e7756df1dc5 Mon Sep 17 00:00:00 2001 From: Nikul Chaudhary Date: Sat, 15 Jun 2019 11:08:44 +0530 Subject: [PATCH] Update web_tree_image_tooltip/static/src/js/tooltip.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Alexandre Díaz --- web_tree_image_tooltip/static/src/js/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_tree_image_tooltip/static/src/js/tooltip.js b/web_tree_image_tooltip/static/src/js/tooltip.js index 97b10e03..874f0193 100644 --- a/web_tree_image_tooltip/static/src/js/tooltip.js +++ b/web_tree_image_tooltip/static/src/js/tooltip.js @@ -13,7 +13,7 @@ odoo.define('web_tree_image_tooltip.web_tree_image_tooltip', $(event.currentTarget).tooltip({ title: "", delay: 0, - }); + }).tooltip('show'); } }); })