Browse Source

Update web_tree_image_tooltip/static/src/js/tooltip.js

Co-Authored-By: Alexandre Díaz <alexandre.diaz@tecnativa.com>
pull/1279/merge
Nikul Chaudhary 5 years ago
committed by OCA-git-bot
parent
commit
a9f0654848
  1. 2
      web_tree_image_tooltip/static/src/js/tooltip.js

2
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: "<img src="+img_src+" />",
delay: 0,
});
}).tooltip('show');
}
});
})
Loading…
Cancel
Save